summaryrefslogtreecommitdiffstats
path: root/abs
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-12-01 23:34:02 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-12-01 23:34:02 (GMT)
commit5b69d0c95a0cfd8539a7ccfb8dbbcbea61810d83 (patch)
treeb12211735125632227753968df0204868301285a /abs
parenta0688f55ca6dfa1b941a0f57072fd749a7be6662 (diff)
downloadlinhes_pkgbuild-5b69d0c95a0cfd8539a7ccfb8dbbcbea61810d83.zip
linhes_pkgbuild-5b69d0c95a0cfd8539a7ccfb8dbbcbea61810d83.tar.gz
linhes_pkgbuild-5b69d0c95a0cfd8539a7ccfb8dbbcbea61810d83.tar.bz2
liblbxutil: Removed. It does not compile and is abandoned. See:
http://lists.x.org/archives/xorg/2009-August/046826.html
Diffstat (limited to 'abs')
-rw-r--r--abs/core/liblbxutil/PKGBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/abs/core/liblbxutil/PKGBUILD b/abs/core/liblbxutil/PKGBUILD
deleted file mode 100644
index ca531db..0000000
--- a/abs/core/liblbxutil/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
-#Maintainer: Jan de Groot <jgc@archlinux.org>
-
-pkgname=liblbxutil
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="Low Bandwidth X11 Utility Library"
-arch=(i686)
-url="http://xorg.freedesktop.org/"
-depends=('zlib')
-makedepends=('pkgconfig')
-options=(!libtool)
-source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-md5sums=(b73cbd5bc3cd268722a624a5f1318fde)
-
-build() {
- cd ${startdir}/src/${pkgname}-$pkgver
- ./configure --prefix=/usr \
- --build=${CHOST} --host=${CHOST}
- make || return 1
- make DESTDIR=${startdir}/pkg install || return 1
-}
-