gamin: adopted, tweaked description and README
This commit is contained in:
parent
e9f2bfe9c7
commit
9a9b773ff9
@ -1,7 +1,6 @@
|
||||
# Description: a file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system. The difference between Gamin and FAM, is that Gamin supports inotify! (needs linux >= 2.6.13)
|
||||
# Description: A file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system.
|
||||
# URL: http://www.gnome.org/~veillard/gamin/
|
||||
# Maintainer: sten, nick dot steeves at shaw dot ca
|
||||
# Packager:
|
||||
# Maintainer: Matt Housh, jaeger at crux dot nu
|
||||
# Depends on: glib, python
|
||||
|
||||
name=gamin
|
||||
@ -10,13 +9,13 @@ release=1
|
||||
source=(http://www.gnome.org/~veillard/gamin/sources/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--libexecdir=/usr/sbin \
|
||||
--disable-gtk-doc \
|
||||
--disable-dnotify \
|
||||
--enable-inotify \
|
||||
--disable-debug
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--libexecdir=/usr/sbin \
|
||||
--disable-gtk-doc \
|
||||
--disable-dnotify \
|
||||
--enable-inotify \
|
||||
--disable-debug
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
@ -1,4 +1,6 @@
|
||||
Dependencies:
|
||||
|
||||
glib (required)
|
||||
python (optional)
|
||||
README for gamin
|
||||
|
||||
|
||||
gamin uses inotify which needs a linux kernel version 2.6.13 or higher.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user