summaryrefslogtreecommitdiff
path: root/extra/libbsd/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-26 01:22:45 -0700
committerroot <root@rshg054.dnsready.net>2013-10-26 01:22:45 -0700
commit24152c3ea77087edccf017c13d44904a75799ff7 (patch)
tree65e25106816e5071dd5b2edc2270e0138c23dc7c /extra/libbsd/PKGBUILD
parent5a3821aec094b38a412cf5e6997c08b6428d6f77 (diff)
Sat Oct 26 01:21:13 PDT 2013
Diffstat (limited to 'extra/libbsd/PKGBUILD')
-rw-r--r--extra/libbsd/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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 <sh@lutzhaase.com>
# Contributor: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
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"
}