Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
[openembedded.git] / recipes / gamin / gamin_0.1.10.bb
1 DESCRIPTION = "Gamin is a file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system."
2 LICENSE = "LGPL"
3
4 SRC_URI = "http://www.gnome.org/~veillard/gamin/sources/gamin-${PV}.tar.gz \
5            file://no-abstract-sockets.patch;patch=1"
6
7 EXTRA_OECONF = " --without-python " 
8
9 inherit autotools pkgconfig
10
11 do_stage() {
12         autotools_stage_all
13 }