summaryrefslogtreecommitdiff
path: root/community/inotify-tools/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/inotify-tools/PKGBUILD')
-rw-r--r--community/inotify-tools/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/inotify-tools/PKGBUILD b/community/inotify-tools/PKGBUILD
index 382a1dc6e..2fe769dca 100644
--- a/community/inotify-tools/PKGBUILD
+++ b/community/inotify-tools/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 65568 2012-02-21 08:59:52Z spupykin $
+# $Id: PKGBUILD 100108 2013-11-01 17:15:48Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Alessandro Sagratini
pkgname=inotify-tools
pkgver=3.14
-pkgrel=2
+pkgrel=3
pkgdesc="inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify."
arch=('i686' 'x86_64')
url="http://inotify-tools.sourceforge.net/"
@@ -18,5 +18,9 @@ build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr
make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
}