summaryrefslogtreecommitdiff
path: root/pcr/fsniper/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
commit462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch)
tree11d4d3f054aae9ffd869adc634054f64a16d83b8 /pcr/fsniper/PKGBUILD
parent748e32a3a886569b58a27003e85b76be5746153d (diff)
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'pcr/fsniper/PKGBUILD')
-rw-r--r--pcr/fsniper/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/pcr/fsniper/PKGBUILD b/pcr/fsniper/PKGBUILD
deleted file mode 100644
index bf7e3a6c3..000000000
--- a/pcr/fsniper/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Initial Contributor: andrewy
-# Actual Contributor: Luca Cesari <luca.cesari@bewq.org>
-
-arch=(i686 x86_64)
-pkgname=fsniper
-pkgver=1.3.1
-pkgrel=2
-pkgdesc="Daemon to run scripts based on changes in files monitored by inotify"
-url="http://projects.l3ib.org/fsniper/"
-license="GPL3"
-depends=('pcre' 'file')
-source=(http://projects.l3ib.org/fsniper/files/$pkgname-$pkgver.tar.gz)
-md5sums=('62f30bb4b00f9499499d83a30281f10f')
-
-build() {
- cd ${srcdir}/$pkgname-$pkgver
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${srcdir}/$pkgname-$pkgver
-
- make DESTDIR=${pkgdir} install
-
- install -m644 -D ${srcdir}/$pkgname-$pkgver/README \
- ${pkgdir}/usr/share/${pkgname}/README
- install -m644 -D ${srcdir}/$pkgname-$pkgver/example.conf \
- ${pkgdir}/usr/share/${pkgname}/example.conf
-
-}