diff options
-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" |