summaryrefslogtreecommitdiff
path: root/social/lockfile-progs/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-21 03:22:19 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-21 03:22:19 +0000
commitd0f33415f254cb2fee06fd89f9cfed4535322f37 (patch)
tree66c13d72eac4f0110772b4675231c891334137bc /social/lockfile-progs/PKGBUILD
parent7e108c74958ec076a3734822f61f145d0d69547f (diff)
Fri Mar 21 03:19:28 UTC 2014
Diffstat (limited to 'social/lockfile-progs/PKGBUILD')
-rw-r--r--social/lockfile-progs/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/social/lockfile-progs/PKGBUILD b/social/lockfile-progs/PKGBUILD
deleted file mode 100644
index 57d833952..000000000
--- a/social/lockfile-progs/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Contributor: Andreas Wagner <Andreas dot Wagner at em dot uni-frankfurt dot de>
-
-pkgname=lockfile-progs
-pkgver=0.1.15
-pkgrel=1
-pkgdesc="programs for locking and unlocking files and mailboxes"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://packages.debian.org/unstable/misc/lockfile-progs"
-depends=('glibc')
-makedepends=('liblockfile')
-source=(http://ftp.debian.org/debian/pool/main/l/lockfile-progs/${pkgname}_${pkgver}.tar.gz)
-
-build() {
- cd $startdir/src/sid
-
- make || return 1
-
- mkdir -p $startdir/pkg/usr/bin
- install -s bin/* $startdir/pkg/usr/bin
-
- mkdir -p $startdir/pkg/usr/share/man/man1
- install man/*.1 $startdir/pkg/usr/share/man/man1
-}
-
-md5sums=('abfcda83a1868073673f4d78066b8f8a')