summaryrefslogtreecommitdiffstats
path: root/testing/redland
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-06-29 09:33:03 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-06-29 09:34:38 +0000
commite3e3fe2663037cc0546e51e990c1234de5e01b9e (patch)
tree9615e238d2e9f13c8feef92bb7a7805e93a0e5aa /testing/redland
parent1d30bb091a27cc219cec95fc342e52a0ed504b4e (diff)
downloadaports-fcolista-e3e3fe2663037cc0546e51e990c1234de5e01b9e.tar.bz2
aports-fcolista-e3e3fe2663037cc0546e51e990c1234de5e01b9e.tar.xz
testing/redland: remove *.la, claim maintainership
Diffstat (limited to 'testing/redland')
-rw-r--r--testing/redland/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/redland/APKBUILD b/testing/redland/APKBUILD
index 4c253f8d27..616a742bd9 100644
--- a/testing/redland/APKBUILD
+++ b/testing/redland/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: William Pitcock <nenolod@dereferenced.org>
-# Maintainer:
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=redland
pkgver=1.0.10
-pkgrel=1
+pkgrel=2
pkgdesc="high-level RDF 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="bdbb9b8dc614fc09a14cd646079619e1 redland-1.0.10.tar.gz"