mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
added extra/keyutils
This commit is contained in:
parent
8de67b7e00
commit
0ccd93162e
1 changed files with 30 additions and 0 deletions
30
extra/keyutils/PKGBUILD
Normal file
30
extra/keyutils/PKGBUILD
Normal file
|
@ -0,0 +1,30 @@
|
|||
# $Id: PKGBUILD 116950 2011-03-26 15:07:29Z tpowa $
|
||||
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
||||
|
||||
# PlugApps: Kevin Mihelich <kevin@plugapps.com>
|
||||
# - commented out sed line, doesn't build otherwise
|
||||
|
||||
plugrel=1
|
||||
|
||||
pkgname=keyutils
|
||||
pkgver=1.4
|
||||
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)
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
#sed -i -e '/CFLAGS/s|:= -g -O2|+=|' Makefile
|
||||
make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
md5sums=('e168c1bdaf5aa93c2cbf8a5e7f8ef27b')
|
Loading…
Reference in a new issue