aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-01-22 21:49:20 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-01-22 21:49:20 +0000
commit2ae14fdfe15599fb205d7ccc0ef88694bf5fbe32 (patch)
treea156b35302a1117dc3571f19f149b66d854b2362
parentfdc06c93e409465e2d180c9a827b72e9b6262472 (diff)
downloadaports-2ae14fdfe15599fb205d7ccc0ef88694bf5fbe32.tar.bz2
aports-2ae14fdfe15599fb205d7ccc0ef88694bf5fbe32.tar.xz
x11/libxkbfile: remove deps
autodetected
-rw-r--r--x11/libxkbfile/APKBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/x11/libxkbfile/APKBUILD b/x11/libxkbfile/APKBUILD
index da3fe991ee..1298aed047 100644
--- a/x11/libxkbfile/APKBUILD
+++ b/x11/libxkbfile/APKBUILD
@@ -1,11 +1,11 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libxkbfile
pkgver=1.0.6
-pkgrel=0
+pkgrel=1
pkgdesc="X11 keyboard file manipulation library"
url="http://xorg.freedesktop.org/"
license="custom"
-depends="libx11 uclibc"
+depends=
makedepends="pkgconfig libx11-dev"
subpackages="$pkgname-dev"
source="http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$pkgver.tar.bz2"
@@ -16,6 +16,10 @@ build () {
./configure --prefix=/usr \
--sysconfdir=/etc
make || return 1
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install || return 1
install -D -m644 "$srcdir"/$pkgname-$pkgver/COPYING \
"$pkgdir"/usr/share/licenses/$pkgname/COPYING