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

Allan McRae allan at nymeria.archlinux.org
Fri Oct 25 02:27:28 UTC 2013


    Date: Friday, October 25, 2013 @ 04:27:28
  Author: allan
Revision: 197323

upgpkg: libbsd 0.6.0-2

remove static libraries

Modified:
  libbsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-25 02:26:33 UTC (rev 197322)
+++ PKGBUILD	2013-10-25 02:27:28 UTC (rev 197323)
@@ -4,13 +4,13 @@
 
 pkgname=libbsd
 pkgver=0.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides useful functions commonly found on BSD systems like strlcpy()"
 arch=('i686' 'x86_64')
 url="http://libbsd.freedesktop.org"
 license=('custom')
 depends=('glibc')
-options=('!libtool')
+options=('staticlibs')
 source=(http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz{,.asc})
 md5sums=('f6c75f0a9818e323a589bcbd560a0eb4'
          'SKIP')
@@ -32,6 +32,7 @@
   cd $pkgname-$pkgver
 
   make DESTDIR="$pkgdir" install
+  rm "${pkgdir}"/usr/lib/libbsd.a
   install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 




More information about the arch-commits mailing list