summaryrefslogtreecommitdiff
path: root/testing/keyutils/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-18 21:15:15 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-18 21:15:15 -0300
commitcc66c2ff866631ece4d699b041f83444988e8ad2 (patch)
treef62461cced2b9808ba2ffb42d7bcc11c57accd00 /testing/keyutils/PKGBUILD
parent437136a9d1b78ff4eea10589099d343c305b9d43 (diff)
Removing unused repos
Diffstat (limited to 'testing/keyutils/PKGBUILD')
-rw-r--r--testing/keyutils/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/testing/keyutils/PKGBUILD b/testing/keyutils/PKGBUILD
deleted file mode 100644
index 79bde8741..000000000
--- a/testing/keyutils/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 143944 2011-11-30 21:52:16Z stephane $
-# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
-pkgname=keyutils
-pkgver=1.5.5
-pkgrel=1
-pkgdesc="Linux Key Management Utilities"
-arch=(i686 x86_64)
-url="http://www.kernel.org"
-license=('GPL2' 'LGPL2.1')
-depends=('glibc' 'sh')
-backup=(etc/request-key.conf)
-source=(http://people.redhat.com/~dhowells/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('9e8ab5164bc8f84be148761cc89e9d6f')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- sed -i "s|/lib64|/lib|g" Makefile
- make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}