summaryrefslogtreecommitdiff
path: root/core/keyutils
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-04-20 15:39:19 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-04-20 15:39:19 +0200
commitf201c0c97570e91af0fcec400d827a3f1bba79cc (patch)
tree6b87f10653f54a3b7294d3f2028704e323849781 /core/keyutils
parentf97d206e9152e1d29ad8fb9f2ea2aee95f1da625 (diff)
parent947c2e7bbbd5942492024997d34d709d436f1c8f (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/python/PKGBUILD multilib-testing/gcc-multilib/PKGBUILD testing/colord/PKGBUILD testing/epiphany/PKGBUILD testing/fcitx/PKGBUILD testing/folks/PKGBUILD testing/gcalctool/PKGBUILD testing/gcc/PKGBUILD testing/gnome-games/PKGBUILD testing/gnome-shell/PKGBUILD testing/mutter/PKGBUILD testing/yelp/PKGBUILD
Diffstat (limited to 'core/keyutils')
-rw-r--r--core/keyutils/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/keyutils/PKGBUILD b/core/keyutils/PKGBUILD
index 5a9db6545..65d6a8718 100644
--- a/core/keyutils/PKGBUILD
+++ b/core/keyutils/PKGBUILD
@@ -1,8 +1,9 @@
-# $Id: PKGBUILD 144590 2011-12-07 12:54:45Z stephane $
-# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
+# $Id: PKGBUILD 156455 2012-04-18 12:20:44Z stephane $
+# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
+# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=keyutils
pkgver=1.5.5
-pkgrel=1
+pkgrel=2
pkgdesc="Linux Key Management Utilities"
arch=(i686 x86_64 'mips64el')
url="http://www.kernel.org"
@@ -10,15 +11,14 @@ 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')
+md5sums=('d759680b2f23c99af95938f5026f25fb')
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
+ make DESTDIR="${pkgdir}" LIBDIR="/usr/lib" USRLIBDIR="/usr/lib" install
}