From de6a2fe09c282239434b1a97226f997c5c62a5cc Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 29 Jun 2011 09:36:35 +0000 Subject: testing/rasqal: remove *.la --- testing/rasqal/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'testing/rasqal/APKBUILD') 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 -# Maintainer: +# Maintainer: Natanael Copa 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" -- cgit v1.2.3