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