2011-08-19 11:05:12 +02:00
|
|
|
# Description: inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify
|
|
|
|
# URL: http://inotify-tools.sourceforge.net/
|
|
|
|
# Maintainer: Thomas Penteker, tek at serverop dot de
|
|
|
|
# Packager: Till Biedermann, tillbiedermann at yahoo dot de
|
|
|
|
# Depends on:
|
|
|
|
|
|
|
|
name=inotify-tools
|
|
|
|
version=3.14
|
2012-07-13 17:08:45 +02:00
|
|
|
release=2
|
2011-08-19 11:05:12 +02:00
|
|
|
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
|
2012-07-13 17:08:45 +02:00
|
|
|
source=(http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-$version.tar.gz)
|
2011-08-19 11:05:12 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2012-07-13 17:08:45 +02:00
|
|
|
./configure --prefix=/usr --mandir=/usr/man
|
2011-08-19 11:05:12 +02:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2012-07-13 17:17:22 +02:00
|
|
|
rm -rf $PKG/usr/share
|
2011-08-19 11:05:12 +02:00
|
|
|
}
|