summaryrefslogtreecommitdiffstats
path: root/testing/ftgl
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-06-29 11:22:03 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-06-29 11:22:03 +0000
commit4035f42a04d4c8562b9137bebee18a53103dac68 (patch)
tree215438d392826e0a728add482acb77228068cad3 /testing/ftgl
parent0c8949b786bbd123621f392d6731dc3dd690f5ef (diff)
downloadaports-4035f42a04d4c8562b9137bebee18a53103dac68.tar.bz2
aports-4035f42a04d4c8562b9137bebee18a53103dac68.tar.xz
testing/ftgl: remove *.la
Diffstat (limited to 'testing/ftgl')
-rw-r--r--testing/ftgl/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/ftgl/APKBUILD b/testing/ftgl/APKBUILD
index 3df37442d..7ee3177ff 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"