From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/inotify-tools/PKGBUILD | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 community/inotify-tools/PKGBUILD (limited to 'community/inotify-tools') diff --git a/community/inotify-tools/PKGBUILD b/community/inotify-tools/PKGBUILD new file mode 100644 index 000000000..020afb70e --- /dev/null +++ b/community/inotify-tools/PKGBUILD @@ -0,0 +1,22 @@ +# $Id: PKGBUILD 16154 2010-04-25 20:32:27Z spupykin $ +# Maintainer: Sergej Pupykin +# Contributor: Alessandro Sagratini + +pkgname=inotify-tools +pkgver=3.14 +pkgrel=1 +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/" +license=('GPL') +depends=(glibc) +makedepends=('gcc' 'make') +source=(http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-$pkgver.tar.gz) +md5sums=('b43d95a0fa8c45f8bab3aec9672cf30c') + +build() { + cd $startdir/src/$pkgname-$pkgver + ./configure --prefix=/usr + make || return 1 + make DESTDIR=$startdir/pkg install +} -- cgit v1.2.3-54-g00ecf