summaryrefslogtreecommitdiffstats
path: root/main/libraw1394/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/libraw1394/APKBUILD')
-rw-r--r--main/libraw1394/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/libraw1394/APKBUILD b/main/libraw1394/APKBUILD
index 1ead4abc5..af42d9f20 100644
--- a/main/libraw1394/APKBUILD
+++ b/main/libraw1394/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leonardo Arena <rnalrd@gmail.com>
pkgname=libraw1394
pkgver=2.0.5
-pkgrel=0
+pkgrel=1
pkgdesc="Library to provide access to Linux 1394 subsystem"
url="http://sourceforge.net/projects/libraw1394"
arch="all"
@@ -33,6 +33,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install
+ rm "$pkgdir"/usr/lib/*.la
}
md5sums="1db64231c78540c32859b591cb8b40cf libraw1394-2.0.5.tar.gz"