summaryrefslogtreecommitdiff
path: root/social/lockfile-progs
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-27 05:07:26 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-27 05:07:26 -0300
commit0ff008e3c9dcc5ef088f481dfff3dcd121575598 (patch)
treed6f6cf5d6939e1f030a48d3711d3606570afd08f /social/lockfile-progs
parented9d1c12bbfcf9cb8b3d53e886edb679df372640 (diff)
move some packages from [social] to [pcr] and remove unused [social]
Diffstat (limited to 'social/lockfile-progs')
-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 c04b7eb37..000000000
--- a/social/lockfile-progs/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Contributor (Arch): 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' 'mips64el')
-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')