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

Daniel Wallace dwallace at nymeria.archlinux.org
Sat Jul 20 03:45:10 UTC 2013


    Date: Saturday, July 20, 2013 @ 05:45:10
  Author: dwallace
Revision: 94315

upgpkg: uuid 1.6.2-12

move uuid from aur to community

Modified:
  uuid/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-20 03:11:07 UTC (rev 94314)
+++ PKGBUILD	2013-07-20 03:45:10 UTC (rev 94315)
@@ -7,13 +7,13 @@
 
 pkgname=uuid
 pkgver=1.6.2
-pkgrel=11
+pkgrel=12
 pkgdesc="OSSP Universally Unique Identifier"
 arch=('i686' 'x86_64')
 url="http://www.ossp.org/pkg/lib/uuid"
 license=('MIT')
 depends=('sh')
-options=('!libtool')
+options=('!libtool' '!emptydirs')
 source=("http://www.mirrorservice.org/sites/ftp.ossp.org/pkg/lib/${pkgname}/${pkgname}-${pkgver}.tar.gz"
         ossp.patch)
 md5sums=('5db0d43a9022a6ebbbc25337ae28942f'
@@ -24,8 +24,10 @@
 
   # Rename because conflicts with util-linux
   patch -p1 -i "${srcdir}"/ossp.patch
-
-  ./configure --prefix=/usr --with-perl
+  ./configure --prefix=/usr \
+        --sbindir=/usr/bin \
+        --disable-static \
+        --bindir=/usr/bin
   make
 }
 




More information about the arch-commits mailing list