aboutsummaryrefslogtreecommitdiffstats
path: root/main/xbitmap
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/xbitmap
parent27b2a7bc9a5b5027aa85431bf44d3ff47ed8ba5e (diff)
downloadaports-9896c5daeb30999e836d97664ee62506aec3b2fe.tar.bz2
aports-9896c5daeb30999e836d97664ee62506aec3b2fe.tar.xz
Renamed directory for xbitmaps package to match package name.
Diffstat (limited to 'main/xbitmap')
-rw-r--r--main/xbitmap/APKBUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/main/xbitmap/APKBUILD b/main/xbitmap/APKBUILD
deleted file mode 100644
index 535572923b..0000000000
--- a/main/xbitmap/APKBUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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"