summaryrefslogtreecommitdiffstats
path: root/x11/libice/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-01-22 21:29:21 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-01-22 21:29:21 +0000
commitbb1aead29fc01917e32fe057276861c188a1fa86 (patch)
treeed4c53330dae54f496aa7e8fcd5c5b8bf66d1132 /x11/libice/APKBUILD
parent1a90fe8c42d3a8c1597165708aea6e84b4d1d5bf (diff)
x11/libice: removed uclibc from depends
let it be autodetected
Diffstat (limited to 'x11/libice/APKBUILD')
-rw-r--r--x11/libice/APKBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/x11/libice/APKBUILD b/x11/libice/APKBUILD
index bd589328f49..4cf8058d97c 100644
--- a/x11/libice/APKBUILD
+++ b/x11/libice/APKBUILD
@@ -1,11 +1,11 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libice
pkgver=1.0.6
-pkgrel=0
+pkgrel=1
pkgdesc="X11 Inter-Client Exchange library"
url="http://xorg.freedesktop.org/"
license="custom"
-depends="uclibc"
+depends=
makedepends="pkgconfig xproto xtrans"
subpackages="$pkgname-dev"
source="http://xorg.freedesktop.org/releases/individual/lib/libICE-$pkgver.tar.bz2"
@@ -16,6 +16,10 @@ build () {
./configure --prefix=/usr \
--sysconfdir=/etc
make || return 1
+}
+
+package() {
+ cd "$srcdir"/libICE-$pkgver
make DESTDIR="$pkgdir" install || return 1
}
md5sums="2d39bc924af24325dae589e9a849180c libICE-1.0.6.tar.bz2"