summaryrefslogtreecommitdiffstats
path: root/testing/libburn/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-06-29 10:41:56 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-06-29 10:41:56 +0000
commit8c9cc48cba27d8863589e0463b9b15755836099a (patch)
treeff2834a6c154faaf11b4c8a2c517d9ccc2b479e7 /testing/libburn/APKBUILD
parent9fb982c8e37014f5468753b28db1412d1cbadc65 (diff)
downloadaports-8c9cc48cba27d8863589e0463b9b15755836099a.tar.bz2
aports-8c9cc48cba27d8863589e0463b9b15755836099a.tar.xz
testing/libburn: remove *.la
Diffstat (limited to 'testing/libburn/APKBUILD')
-rw-r--r--testing/libburn/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/libburn/APKBUILD b/testing/libburn/APKBUILD
index f9106f0aa..5e70b7996 100644
--- a/testing/libburn/APKBUILD
+++ b/testing/libburn/APKBUILD
@@ -3,7 +3,7 @@ pkgname=libburn
pkgver=1.0.6_p00
_ver=${pkgver%_p*}
_pver=${pkgver##*_p}
-pkgrel=0
+pkgrel=1
pkgdesc="Library for reading, mastering and writing optical discs"
url="http://libburnia.pykix.org/"
arch="all"
@@ -24,6 +24,7 @@ build ()
package() {
cd "$_builddir"
make -j1 DESTDIR="$pkgdir" install || return 1
+ rm "$pkgdir"/usr/lib/*.la
}
md5sums="7c3bd62964e5885f7733cf904089f82d libburn-1.0.6.pl00.tar.gz"