aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-01-27 14:16:53 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2011-01-27 14:17:21 -0600
commitef45c698c04e6ab11ea365f706716268eaebf775 (patch)
tree85933882776ed512ed07b4de879716a1cb435b43 /testing
parentccbaf96122ed743f71cfcce0f877ef8b032bc73e (diff)
downloadaports-ef45c698c04e6ab11ea365f706716268eaebf775.tar.bz2
aports-ef45c698c04e6ab11ea365f706716268eaebf775.tar.xz
testing/libev: Don't install libevent compatibility headers
Diffstat (limited to 'testing')
-rw-r--r--testing/libev/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/libev/APKBUILD b/testing/libev/APKBUILD
index e3c3b00a72..23b3bf6a26 100644
--- a/testing/libev/APKBUILD
+++ b/testing/libev/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=libev
pkgver=4.03
-pkgrel=0
+pkgrel=1
pkgdesc="event dispatch library"
url="http://libev.schmorp.de/"
arch="all"
@@ -35,6 +35,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
+ rm "$pkgdir"/usr/include/event.h
}
md5sums="86cd5c1b42fced1bd02c6e0119e9b865 libev-4.03.tar.gz"