From 24152c3ea77087edccf017c13d44904a75799ff7 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 26 Oct 2013 01:22:45 -0700 Subject: Sat Oct 26 01:21:13 PDT 2013 --- extra/libbsd/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'extra/libbsd/PKGBUILD') diff --git a/extra/libbsd/PKGBUILD b/extra/libbsd/PKGBUILD index 3d665b7a2..cc7b99336 100644 --- a/extra/libbsd/PKGBUILD +++ b/extra/libbsd/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 193609 2013-08-25 22:20:49Z allan $ +# $Id: PKGBUILD 197324 2013-10-25 02:28:32Z allan $ # Maintainer: Sven-Hendrik Haase # Contributor: Gerardo Exequiel Pozzi 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 @@ package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install + rm "${pkgdir}"/usr/lib/libbsd.a install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } -- cgit v1.2.3-54-g00ecf