summaryrefslogtreecommitdiffstats
path: root/x11/iceauth/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-01-22 21:23:53 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-01-22 21:24:55 +0000
commitaf85d5c969c957849cedcf02e869627a3298de25 (patch)
tree6df1b0891b5bfbd11211d329f88d3d5f0ef5bc31 /x11/iceauth/APKBUILD
parentdb5cdbbc449e6893c59f4ad17fc802b6e1a5776d (diff)
x11/iceauth: upgrade to 1.0.3
Diffstat (limited to 'x11/iceauth/APKBUILD')
-rw-r--r--x11/iceauth/APKBUILD15
1 files changed, 9 insertions, 6 deletions
diff --git a/x11/iceauth/APKBUILD b/x11/iceauth/APKBUILD
index f7126b0a5f4..30da7ad0684 100644
--- a/x11/iceauth/APKBUILD
+++ b/x11/iceauth/APKBUILD
@@ -1,21 +1,24 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=iceauth
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=0
pkgdesc="X.Org ICE authority file utility"
url="http://xorg.freedesktop.org/"
license="custom"
subpackages="$pkgname-doc"
-depends="libice uclibc"
+depends=
makedepends="pkgconfig libice-dev"
-source="http://xorg.freedesktop.org//releases/individual/app/iceauth-1.0.2.tar.bz2"
-build ()
-{
+source="http://xorg.freedesktop.org/releases/individual/app/iceauth-$pkgver.tar.bz2"
+build() {
cd "$srcdir"/$pkgname-$pkgver
./configure --prefix=/usr \
--mandir=/usr/share/man \
|| return 1
make || return 1
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install || return 1
}
-md5sums="7ab8b64edf0212a9d9a3c8129901a450 iceauth-1.0.2.tar.bz2"
+md5sums="975ade3f238c1eb10705da0a91e6e8e7 iceauth-1.0.3.tar.bz2"