summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/libxfontcache/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/libxfontcache/PKGBUILD')
-rw-r--r--abs/core-testing/libxfontcache/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/abs/core-testing/libxfontcache/PKGBUILD b/abs/core-testing/libxfontcache/PKGBUILD
deleted file mode 100644
index 925a62c..0000000
--- a/abs/core-testing/libxfontcache/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 55250 2009-10-12 16:05:23Z andyrtr $
-# Maintainer: Jan de Groot <jgc@archlinux.org>
-
-pkgname=libxfontcache
-pkgver=1.0.5
-pkgrel=1
-pkgdesc="X11 font cache library"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/"
-license=('custom')
-depends=('libxext' 'fontcacheproto')
-makedepends=('pkgconfig')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXfontcache-${pkgver}.tar.bz2 LICENSE)
-md5sums=('bbd37768c87f63cf2eb845b2c0f56515'
- '152d5429e5292e8098c667e0d0d22f01')
-
-build() {
- cd ${srcdir}/libXfontcache-${pkgver}
- ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
- --build=${CHOST} --host=${CHOST}
- make || return 1
- make DESTDIR=${pkgdir} install || return 1
- install -D -m644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}