summaryrefslogtreecommitdiffstats
path: root/testing/rasqal
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-06-29 09:36:35 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-06-29 09:36:35 +0000
commitde6a2fe09c282239434b1a97226f997c5c62a5cc (patch)
treef83f400b4842c397e2d9a23f22e80df5412bdc9f /testing/rasqal
parente3e3fe2663037cc0546e51e990c1234de5e01b9e (diff)
downloadaports-de6a2fe09c282239434b1a97226f997c5c62a5cc.tar.bz2
aports-de6a2fe09c282239434b1a97226f997c5c62a5cc.tar.xz
testing/rasqal: remove *.la
Diffstat (limited to 'testing/rasqal')
-rw-r--r--testing/rasqal/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/rasqal/APKBUILD b/testing/rasqal/APKBUILD
index c2482c3c7..74a7df268 100644
--- a/testing/rasqal/APKBUILD
+++ b/testing/rasqal/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: William Pitcock <nenolod@dereferenced.org>
-# Maintainer:
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=rasqal
pkgver=0.9.20
-pkgrel=1
+pkgrel=2
pkgdesc="RDF query library"
url="http://www.librdf.org/"
arch="all"
@@ -39,6 +39,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
+ rm "$pkgdir"/usr/lib/*.la
}
md5sums="c45b6cd784298e264e8757d14355ecce rasqal-0.9.20.tar.gz"