summaryrefslogtreecommitdiffstats
path: root/testing/eeze
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-06-29 12:01:43 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-06-29 12:01:43 +0000
commitaade32cf4234795a7daf518cb1587ffa9e55bfbb (patch)
tree516b1fc20f9c8fb293902587a7bd6dae4115a313 /testing/eeze
parent98c5b3c672f6db496e8e7ce012b37495f15116c3 (diff)
downloadaports-fcolista-aade32cf4234795a7daf518cb1587ffa9e55bfbb.tar.bz2
aports-fcolista-aade32cf4234795a7daf518cb1587ffa9e55bfbb.tar.xz
testing/[various]: remove *.la
Diffstat (limited to 'testing/eeze')
-rw-r--r--testing/eeze/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/eeze/APKBUILD b/testing/eeze/APKBUILD
index 786ed5cc04..8f59b3f1b7 100644
--- a/testing/eeze/APKBUILD
+++ b/testing/eeze/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=eeze
pkgver=1.0.1
-pkgrel=0
+pkgrel=1
pkgdesc="Enlightenment's device library"
url="http://trac.enlightenment.org/e/wiki/Eeze"
arch="all"
@@ -39,6 +39,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
+ "$pkgdir"/usr/lib/*.la
}
md5sums="e36b5e8ed444c8d13d27fd82d5f71659 eeze-1.0.1.tar.gz"