diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-06-29 19:42:17 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-06-29 19:42:17 -0500 |
commit | 31dd2e5590cbe2127c3a3c5423ccf67360c86779 (patch) | |
tree | bc694f71b8106b9872c5cda06b9e3a6ca31a4bd8 /main/pango | |
parent | 2653e102da4d2cef23c594bd49a81639894c9ac8 (diff) | |
download | aports-31dd2e5590cbe2127c3a3c5423ccf67360c86779.tar.bz2 aports-31dd2e5590cbe2127c3a3c5423ccf67360c86779.tar.xz |
main/pango: remove .la files
Diffstat (limited to 'main/pango')
-rw-r--r-- | main/pango/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/pango/APKBUILD b/main/pango/APKBUILD index 090502e095..acd5d3e89d 100644 --- a/main/pango/APKBUILD +++ b/main/pango/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=pango pkgver=1.28.4 -pkgrel=3 +pkgrel=4 pkgdesc="A library for layout and rendering of text" url="http://www.pango.org/" arch="all" @@ -26,6 +26,7 @@ build () package() { cd "$srcdir"/$pkgname-$pkgver make DESTDIR="$pkgdir" install || return 1 + rm "$pkgdir"/usr/lib/*.la } md5sums="3f3989700f04e9117d30544a9078b3a0 pango-1.28.4.tar.bz2" |