summaryrefslogtreecommitdiffstats
path: root/x11/libxau/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libxau/APKBUILD')
-rw-r--r--x11/libxau/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/libxau/APKBUILD b/x11/libxau/APKBUILD
index f5295bcea..83e1095bc 100644
--- a/x11/libxau/APKBUILD
+++ b/x11/libxau/APKBUILD
@@ -1,15 +1,17 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libxau
pkgver=1.0.4
-pkgrel=0
+pkgrel=1
pkgdesc="X11 authorisation library"
url="http://xorg.freedesktop.org/"
license="custom"
-depends="uclibc"
+depends=
makedepends="pkgconfig xproto"
subpackages="$pkgname-dev $pkgname-doc"
source="http://xorg.freedesktop.org/releases/individual/lib/libXau-$pkgver.tar.bz2"
+depends_dev="xproto"
+
build() {
cd "$srcdir"/libXau-$pkgver
./configure --prefix=/usr --sysconfdir=/etc || return 1