[arch-commits] Commit in keyutils/repos (3 files)

Stéphane Gaudreault stephane at archlinux.org
Mon Nov 7 20:10:07 UTC 2011


    Date: Monday, November 7, 2011 @ 15:10:07
  Author: stephane
Revision: 142277

db-move: moved keyutils from [testing] to [core] (x86_64)

Added:
  keyutils/repos/core-x86_64/PKGBUILD
    (from rev 142275, keyutils/repos/testing-x86_64/PKGBUILD)
Deleted:
  keyutils/repos/core-x86_64/PKGBUILD
  keyutils/repos/testing-x86_64/

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

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2011-11-07 20:10:06 UTC (rev 142276)
+++ core-x86_64/PKGBUILD	2011-11-07 20:10:07 UTC (rev 142277)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-pkgname=keyutils
-pkgver=1.5.2
-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)
-md5sums=('19811ee31f683058a9aae3e6a3a23a7f')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i "s|/lib64|/lib|g" Makefile
-  make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: keyutils/repos/core-x86_64/PKGBUILD (from rev 142275, keyutils/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2011-11-07 20:10:07 UTC (rev 142277)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+pkgname=keyutils
+pkgver=1.5.2
+pkgrel=2
+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)
+md5sums=('19811ee31f683058a9aae3e6a3a23a7f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i "s|/lib64|/lib|g" Makefile
+  make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list