summaryrefslogtreecommitdiffstats
path: root/main/xbitmaps
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-01-10 19:53:54 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-01-10 19:53:54 +0000
commit5027dbde923beda285527756de21b86e833e8930 (patch)
treeaf111e551c98505773a8e0d6577a2a0819b5c380 /main/xbitmaps
parent1b8569f1eae5d5e4644430652bb90b1293f23b24 (diff)
downloadaports-5027dbde923beda285527756de21b86e833e8930.tar.bz2
aports-5027dbde923beda285527756de21b86e833e8930.tar.xz
main/xbitmaps: upgrade to 1.1.1
Diffstat (limited to 'main/xbitmaps')
-rw-r--r--main/xbitmaps/APKBUILD15
1 files changed, 9 insertions, 6 deletions
diff --git a/main/xbitmaps/APKBUILD b/main/xbitmaps/APKBUILD
index 130090d99..d1450fe30 100644
--- a/main/xbitmaps/APKBUILD
+++ b/main/xbitmaps/APKBUILD
@@ -1,20 +1,23 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xbitmaps
-pkgver=1.0.1
+pkgver=1.1.1
pkgrel=0
pkgdesc="X.org header files with bitmaps"
url="http://xorg.freedesktop.org/"
-arch="x86 x86_64"
+arch="noarch"
license="custom"
-depends=""
+depends="util-macros"
makedepends="pkgconfig"
source="http://xorg.freedesktop.org/releases/individual/data/$pkgname-$pkgver.tar.bz2"
-build ()
-{
+build() {
cd "$srcdir"/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install || return 1
}
-md5sums="b28a9840cde3c38d7c09716372fea257 xbitmaps-1.0.1.tar.bz2"
+md5sums="7444bbbd999b53bec6a60608a5301f4c xbitmaps-1.1.1.tar.bz2"