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

Eric Bélanger eric at nymeria.archlinux.org
Sun Oct 27 02:07:52 UTC 2013


    Date: Sunday, October 27, 2013 @ 03:07:51
  Author: eric
Revision: 197572

Add staticlibs options

Modified:
  qhull/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-27 01:35:33 UTC (rev 197571)
+++ PKGBUILD	2013-10-27 02:07:51 UTC (rev 197572)
@@ -13,12 +13,12 @@
 license=('custom')
 depends=('gcc-libs')
 makedepends=('cmake')
-options=('!libtool')
+options=('staticlibs')
 source=("http://www.qhull.org/download/$pkgname-$pkgver-src.tgz")
 md5sums=('d0f978c0d8dfb2e919caefa56ea2953c')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   if [ "${CARCH}" = "x86_64" ]; then
     EXTRAOPTS="-DCMAKE_CXX_FLAGS=-fPIC -DCMAKE_C_FLAGS=-fPIC"
@@ -31,7 +31,7 @@
 }
 
 package() { 
-  cd "$srcdir/$pkgname-$pkgver/srcbuild"
+  cd $pkgname-$pkgver/srcbuild
 
   make DESTDIR="$pkgdir" install
 




More information about the arch-commits mailing list