gamin: update to 0.1.10.
This commit is contained in:
parent
b8611f40c8
commit
c77dfc577e
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=2
|
||||
|
||||
Add_dependency run glibc-devel
|
||||
Add_dependency run gamin
|
||||
|
||||
|
|
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains the python bindings."
|
||||
|
||||
revision=2
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run gamin
|
||||
Add_dependency run python
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
# Template build file for 'gamin'.
|
||||
pkgname=gamin
|
||||
version=0.1.9
|
||||
revision=1
|
||||
distfiles="http://www.gnome.org/~veillard/gamin/sources/gamin-$version.tar.gz"
|
||||
version=0.1.10
|
||||
distfiles="${GNOME_SITE}/gamin/0.1/gamin-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_env="CPPFLAGS=-D_GNU_SOURCE"
|
||||
configure_args="--localstatedir=/var --enable-threads --enable-python"
|
||||
configure_args="--localstatedir=/var --enable-threads --enable-python
|
||||
--disable-static"
|
||||
short_desc="Library providing the FAM File Alteration Monitor API"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=19e2c620e84da678b629d4acb07d93f47a2e5075982892646f77520bb277f239
|
||||
checksum=a59948b20ce2f14136c013f155abb8c8d51db2ea167c063ff33461e453fec10a
|
||||
long_desc="
|
||||
This C library provides an API and ABI compatible file alteration
|
||||
monitor mechanism compatible with FAM but not dependent on a system wide
|
||||
|
|
Loading…
Reference in New Issue