diff options
author | Thomas Penteker <tek@serverop.de> | 2011-08-19 11:05:12 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2011-08-19 11:05:12 +0200 |
commit | 6ceee528d93ab596e560cb6a782423057bde5be7 (patch) | |
tree | 477082197d957a9aa14a38623536c3da675781ec /inotify-tools/Pkgfile | |
parent | cf5b53e5a61d60f4345da5af574ed0ac490a73ed (diff) | |
download | contrib-6ceee528d93ab596e560cb6a782423057bde5be7.tar.gz contrib-6ceee528d93ab596e560cb6a782423057bde5be7.tar.xz |
inotify-tools: initial import form Till Biedermann's repository
Diffstat (limited to 'inotify-tools/Pkgfile')
-rw-r--r-- | inotify-tools/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/inotify-tools/Pkgfile b/inotify-tools/Pkgfile new file mode 100644 index 000000000..5bf46e840 --- /dev/null +++ b/inotify-tools/Pkgfile @@ -0,0 +1,18 @@ +# 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 +release=1 +source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + rm -rf $PKG/usr/share/doc +} |