summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-01-22 21:52:30 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-01-22 21:52:30 +0000
commitfc1a0a54721ca0ca314ab5173d2bb864858af334 (patch)
tree1af321151f04caf218628990ec0810548cce8e59 /x11
parent2ae14fdfe15599fb205d7ccc0ef88694bf5fbe32 (diff)
x11/libxkbui: remove deps
autodetected
Diffstat (limited to 'x11')
-rw-r--r--x11/libxkbui/APKBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/x11/libxkbui/APKBUILD b/x11/libxkbui/APKBUILD
index 48a669f2e33..e585174abb4 100644
--- a/x11/libxkbui/APKBUILD
+++ b/x11/libxkbui/APKBUILD
@@ -1,12 +1,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libxkbui
pkgver=1.0.2
-pkgrel=0
+pkgrel=1
pkgdesc="X11 keyboard UI presentation library"
url="http://xorg.freedesktop.org/"
license="custom"
subpackages="$pkgname-dev"
-depends="libxt libx11 libsm libice libxkbfile uclibc"
+depends=
makedepends="pkgconfig libxt-dev libx11-dev libsm-dev libice-dev libxkbfile-dev"
source="http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$pkgver.tar.bz2"
@@ -15,6 +15,10 @@ build () {
cd "$srcdir"/$pkgname-$pkgver
./configure --prefix=/usr || return 1
make || return 1
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install || return 1
}
md5sums="1143e456f7429e18e88f2eadb2f2b6b1 libxkbui-1.0.2.tar.bz2"