mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/keyutils to 1.5.5-2
This commit is contained in:
parent
71040b92ea
commit
9a7c137945
1 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,8 @@
|
|||
# $Id: PKGBUILD 144589 2011-12-07 12:54:44Z stephane $
|
||||
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
||||
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
|
||||
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@plugapps.com>
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - commented out sed line, doesn't build otherwise
|
||||
# - must build -j1, everything must build in order
|
||||
|
||||
|
@ -9,7 +10,7 @@ plugrel=1
|
|||
|
||||
pkgname=keyutils
|
||||
pkgver=1.5.5
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Linux Key Management Utilities"
|
||||
arch=(i686 x86_64)
|
||||
url="http://www.kernel.org"
|
||||
|
@ -17,7 +18,7 @@ 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}"
|
||||
|
@ -27,5 +28,5 @@ build() {
|
|||
|
||||
package() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
make DESTDIR="${pkgdir}" LIBDIR="/usr/lib" USRLIBDIR="/usr/lib" install
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue