contrib/gamin/Pkgfile

24 lines
708 B
Plaintext
Raw Normal View History

2008-12-16 19:22:13 +01:00
# Description: file and directory monitoring system
# URL: http://www.gnome.org/~veillard/gamin/
# Packager: Matt Housh, jaeger at morpheus dot net
# Maintainer: Bartlomiej Palmowski, maks1k at wp dot pl
# Depends on: glib python
2008-08-01 13:34:54 +02:00
name=gamin
version=0.1.9
2008-12-16 19:22:13 +01:00
release=2
2008-10-28 17:46:25 +01:00
source=(http://www.gnome.org/~veillard/$name/sources/$name-$version.tar.gz $name-$version-ucred-headers.patch)
2008-08-01 13:34:54 +02:00
build() {
cd $name-$version
2008-10-28 17:46:25 +01:00
patch -p1 -i ../$name-$version-ucred-headers.patch
2008-08-01 13:34:54 +02:00
./configure \
--prefix=/usr \
--libexecdir=/usr/sbin \
--disable-gtk-doc \
--disable-dnotify \
--enable-inotify
make
make DESTDIR=$PKG install
}