CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
ruby: updated to 1.9.3-p545
[ports/opt-arm.git] / keyutils / Pkgfile
CommitLineData
ac26dadb
VM
1# Description: Tools to control the Linx key management system
2# URL: http://www.kernel.org/
3# Maintainer: Juergen Daubert, jue at crux dot nu
4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5
6name=keyutils
95f15642 7version=1.5.9
ac26dadb
VM
8release=1
9source=(http://people.redhat.com/~dhowells/$name/$name-$version.tar.bz2)
10
11build () {
12 cd $name-$version
a0477cc2
JB
13
14 # remove -m32 flag
15 sed -i 's|CFLAGS.*-m32$||' Makefile
16
95f15642
VM
17 sed -i "/^CFLAGS/s/-g/$CFLAGS/" Makefile
18 make
19 make install DESTDIR=$PKG MANDIR=/usr/man USRLIBDIR=/usr/lib LIBDIR=/lib
ac26dadb 20}