diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-29 09:36:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-29 09:36:35 +0000 |
commit | de6a2fe09c282239434b1a97226f997c5c62a5cc (patch) | |
tree | f83f400b4842c397e2d9a23f22e80df5412bdc9f /testing/rasqal | |
parent | e3e3fe2663037cc0546e51e990c1234de5e01b9e (diff) | |
download | aports-de6a2fe09c282239434b1a97226f997c5c62a5cc.tar.bz2 aports-de6a2fe09c282239434b1a97226f997c5c62a5cc.tar.xz |
testing/rasqal: remove *.la
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 c2482c3c79..74a7df2688 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" |