void-packages/srcpkgs/gamin/template
2010-12-02 00:21:52 +01:00

22 lines
769 B
Plaintext

# Template build file for 'gamin'.
pkgname=gamin
version=0.1.10
distfiles="${GNOME_SITE}/gamin/0.1/gamin-$version.tar.bz2"
build_style=gnu_configure
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=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
daemon."
subpackages="$pkgname-devel $pkgname-python"
Add_dependency run glibc
Add_dependency run glib
Add_dependency build pkg-config
Add_dependency build python
Add_dependency build glib-devel