diff options
author | Cameron Banta <cbanta@gmail.com> | 2012-04-02 18:49:28 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-02 19:51:57 +0000 |
commit | 0d41511b75e4482ec51efe2377580dd8c3713079 (patch) | |
tree | 9ac3b4ffdd83fb3e082f8c22024897ccab15a717 | |
parent | bf72267e8ec2e08012b52c42dae2a8607c31d6cf (diff) | |
download | aports-0d41511b75e4482ec51efe2377580dd8c3713079.tar.bz2 aports-0d41511b75e4482ec51efe2377580dd8c3713079.tar.xz |
testing/libestr: remove .la file
-rw-r--r-- | testing/libestr/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libestr/APKBUILD b/testing/libestr/APKBUILD index 2b07af15a5..3ce89068dd 100644 --- a/testing/libestr/APKBUILD +++ b/testing/libestr/APKBUILD @@ -2,12 +2,11 @@ # Maintainer: Cameron Banta <cbanta@gmail.com> pkgname=libestr pkgver=0.1.2 -pkgrel=0 +pkgrel=1 pkgdesc="essentials for string handling (and a bit more)" url="http://libestr.adiscon.com" arch="all" license="LGPL2.1" -options="libtool" subpackages="$pkgname-dev" source="http://libestr.adiscon.com/files/download/$pkgname-$pkgver.tar.gz" @@ -25,6 +24,7 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 + rm -rf "$pkgdir"/usr/lib/libestr.la } md5sums="30ec4054155dc7d7e9b06418181c4f12 libestr-0.1.2.tar.gz" |