[arch-commits] Commit in (4 files)

Tobias Powalowski tpowa at archlinux.org
Sat Mar 26 15:07:30 UTC 2011


    Date: Saturday, March 26, 2011 @ 11:07:29
  Author: tpowa
Revision: 116950

newpkg: depend for cifs-utils

Added:
  keyutils/
  keyutils/repos/
  keyutils/trunk/
  keyutils/trunk/PKGBUILD

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Added: keyutils/trunk/PKGBUILD
===================================================================
--- keyutils/trunk/PKGBUILD	                        (rev 0)
+++ keyutils/trunk/PKGBUILD	2011-03-26 15:07:29 UTC (rev 116950)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+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')


Property changes on: keyutils/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list