X-Git-Url: http://gitweb/?a=blobdiff_plain;f=keyutils%2FPkgfile;h=d7c27e2472614e6327f3e0f3d12263e4a127c5fc;hb=d1765b17c711644da57d978336ab9563d707facb;hp=60521d5489d50fdcf703aacffe3c5d1f88cd1028;hpb=95f156428e7190864183fc7d57580e17ee21a1a7;p=ports%2Fopt-arm.git diff --git a/keyutils/Pkgfile b/keyutils/Pkgfile index 60521d5..d7c27e2 100644 --- a/keyutils/Pkgfile +++ b/keyutils/Pkgfile @@ -2,9 +2,10 @@ # URL: http://www.kernel.org/ # Maintainer: Juergen Daubert, jue at crux dot nu # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu +# Depends on: krb5 name=keyutils -version=1.5.9 +version=1.5.11 release=1 source=(http://people.redhat.com/~dhowells/$name/$name-$version.tar.bz2) @@ -16,5 +17,5 @@ build () { sed -i "/^CFLAGS/s/-g/$CFLAGS/" Makefile make - make install DESTDIR=$PKG MANDIR=/usr/man USRLIBDIR=/usr/lib LIBDIR=/lib + make install DESTDIR=$PKG USRLIBDIR=/usr/lib LIBDIR=/lib }