diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-29 11:22:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-29 11:22:03 +0000 |
commit | 4035f42a04d4c8562b9137bebee18a53103dac68 (patch) | |
tree | 215438d392826e0a728add482acb77228068cad3 /testing/ftgl | |
parent | 0c8949b786bbd123621f392d6731dc3dd690f5ef (diff) | |
download | aports-4035f42a04d4c8562b9137bebee18a53103dac68.tar.bz2 aports-4035f42a04d4c8562b9137bebee18a53103dac68.tar.xz |
testing/ftgl: remove *.la
Diffstat (limited to 'testing/ftgl')
-rw-r--r-- | testing/ftgl/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/ftgl/APKBUILD b/testing/ftgl/APKBUILD index 3df37442d3..7ee3177ff1 100644 --- a/testing/ftgl/APKBUILD +++ b/testing/ftgl/APKBUILD @@ -1,9 +1,9 @@ # Contributor: William Pitcock <nenolod@dereferenced.org> -# Maintainer: +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=ftgl pkgver=2.1.3_rc5 _pkgver=2.1.3-rc5 -pkgrel=0 +pkgrel=1 pkgdesc="freetype OpenGL layer" url="http://ftgl.wiki.sourceforge.net/" arch="all" @@ -36,5 +36,6 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 + rm "$pkgdir"/usr/lib/*.la } md5sums="c7879018cde844059495b3029b0b6503 ftgl-2.1.3-rc5.tar.bz2" |