summaryrefslogtreecommitdiffstats
path: root/main/xbitmaps
diff options
context:
space:
mode:
authorAndrew Manison <amanison@anselsystems.com>2010-07-17 15:00:45 +0000
committerAndrew Manison <amanison@anselsystems.com>2010-07-17 15:00:45 +0000
commit9896c5daeb30999e836d97664ee62506aec3b2fe (patch)
tree9031bd37e55b9e8129afd24deda43e1e00136f23 /main/xbitmaps
parent27b2a7bc9a5b5027aa85431bf44d3ff47ed8ba5e (diff)
downloadaports-9896c5daeb30999e836d97664ee62506aec3b2fe.tar.bz2
aports-9896c5daeb30999e836d97664ee62506aec3b2fe.tar.xz
Renamed directory for xbitmaps package to match package name.
Diffstat (limited to 'main/xbitmaps')
-rw-r--r--main/xbitmaps/APKBUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/main/xbitmaps/APKBUILD b/main/xbitmaps/APKBUILD
new file mode 100644
index 000000000..535572923
--- /dev/null
+++ b/main/xbitmaps/APKBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
+pkgname=xbitmaps
+pkgver=1.0.1
+pkgrel=0
+pkgdesc="X.org header files with bitmaps"
+url="http://xorg.freedesktop.org/"
+license="custom"
+depends=""
+makedepends="pkgconfig"
+source="http://xorg.freedesktop.org/releases/individual/data/$pkgname-$pkgver.tar.bz2"
+
+build ()
+{
+ cd "$srcdir"/$pkgname-$pkgver
+ ./configure --prefix=/usr
+ make || return 1
+ make DESTDIR="$pkgdir" install || return 1
+}
+md5sums="b28a9840cde3c38d7c09716372fea257 xbitmaps-1.0.1.tar.bz2"