[arch-commits] Commit in libksba/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Wed Feb 8 10:55:15 UTC 2012


    Date: Wednesday, February 8, 2012 @ 05:55:15
  Author: tpowa
Revision: 149500

upgpkg: libksba 1.2.0-2

rebuild with signature

Modified:
  libksba/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-08 10:46:14 UTC (rev 149499)
+++ PKGBUILD	2012-02-08 10:55:15 UTC (rev 149500)
@@ -4,7 +4,7 @@
 
 pkgname=libksba
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A CMS and X.509 access library"
 arch=(i686 x86_64)
 license=('GPL')
@@ -15,9 +15,18 @@
 install=libksba.install
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
   make
-  make DESTDIR=$startdir/pkg install
 }
+
+check() {
+   cd $srcdir/$pkgname-$pkgver
+   make check
+}  
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
 md5sums=('e797f370b69b4dc776499d6a071ae137')




More information about the arch-commits mailing list