summaryrefslogtreecommitdiff
path: root/community/inotify-tools
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/inotify-tools
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/inotify-tools')
-rw-r--r--community/inotify-tools/PKGBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/community/inotify-tools/PKGBUILD b/community/inotify-tools/PKGBUILD
deleted file mode 100644
index 382a1dc6e..000000000
--- a/community/inotify-tools/PKGBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# $Id: PKGBUILD 65568 2012-02-21 08:59:52Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Alessandro Sagratini
-
-pkgname=inotify-tools
-pkgver=3.14
-pkgrel=2
-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 $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr
- make
- make DESTDIR=$pkgdir install
-}