diff options
Diffstat (limited to 'testing/rasqal')
-rw-r--r-- | testing/rasqal/APKBUILD | 5 |
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" |