summaryrefslogtreecommitdiffstats
path: root/recipes/gamin/gamin_0.1.8.bb
blob: b8596a616c7743565e91550cec4152b8c0aef26b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Gamin is a file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system."
LICENSE = "LGPL"
DEPENDS = "glib-2.0"

SRC_URI = "http://www.gnome.org/~veillard/gamin/sources/gamin-${PV}.tar.gz \
           file://no-abstract-sockets.patch;patch=1 \
           file://configure_ucred.patch;patch=1 "

EXTRA_OECONF = " --without-python " 

inherit autotools pkgconfig

do_stage() {
        autotools_stage_all
}