diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-01-22 21:52:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-01-22 21:52:30 +0000 |
commit | fc1a0a54721ca0ca314ab5173d2bb864858af334 (patch) | |
tree | 1af321151f04caf218628990ec0810548cce8e59 | |
parent | 2ae14fdfe15599fb205d7ccc0ef88694bf5fbe32 (diff) | |
download | aports-fc1a0a54721ca0ca314ab5173d2bb864858af334.tar.bz2 aports-fc1a0a54721ca0ca314ab5173d2bb864858af334.tar.xz |
x11/libxkbui: remove deps
autodetected
-rw-r--r-- | x11/libxkbui/APKBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/x11/libxkbui/APKBUILD b/x11/libxkbui/APKBUILD index 48a669f2e..e585174ab 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" |