aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-06-29 10:39:20 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-06-29 10:39:20 +0000
commitc3dd9f77681cc8d23c47cfdf5e2c5b6619b91b6b (patch)
treeaef9a51d90504bd0c4824a4c3d1c4c3ccbe705aa /testing
parentdf70300daecf26cad466ec5aa3fc69aaaad39ae5 (diff)
downloadaports-c3dd9f77681cc8d23c47cfdf5e2c5b6619b91b6b.tar.bz2
aports-c3dd9f77681cc8d23c47cfdf5e2c5b6619b91b6b.tar.xz
testing/libev: remove *.la
Diffstat (limited to 'testing')
-rw-r--r--testing/libev/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/libev/APKBUILD b/testing/libev/APKBUILD
index 2678bd62b3..83afe50a0d 100644
--- a/testing/libev/APKBUILD
+++ b/testing/libev/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libev
pkgver=4.04
-pkgrel=0
+pkgrel=1
pkgdesc="event dispatch library"
url="http://libev.schmorp.de/"
arch="all"
@@ -35,7 +35,8 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
- rm "$pkgdir"/usr/include/event.h
+ rm "$pkgdir"/usr/include/event.h \
+ "$pkgdir"/usr/lib/*.la
}
md5sums="c1130d0a4782681ba5277df1bc3fb335 libev-4.04.tar.gz"