diff options
author | Michael Hanson <hansonorders@verizon.net> | 2010-12-08 20:37:21 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2010-12-08 20:37:21 (GMT) |
commit | 42c38d24bbb4ef2f8ffe949081b7593b3e6a5a07 (patch) | |
tree | 5983def648f5e80f2e044fea1d8d2e28c8cdab58 /abs/core/libxfontcache/PKGBUILD | |
parent | 4a3e10e67b84ecc19b7712d4d54b09383efaac0e (diff) | |
download | linhes_pkgbuild-42c38d24bbb4ef2f8ffe949081b7593b3e6a5a07.zip linhes_pkgbuild-42c38d24bbb4ef2f8ffe949081b7593b3e6a5a07.tar.gz linhes_pkgbuild-42c38d24bbb4ef2f8ffe949081b7593b3e6a5a07.tar.bz2 |
libxfontcache: Removed. http://www.mail-archive.com/arch-commits@archlinux.org/msg39895.html
Diffstat (limited to 'abs/core/libxfontcache/PKGBUILD')
-rw-r--r-- | abs/core/libxfontcache/PKGBUILD | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/abs/core/libxfontcache/PKGBUILD b/abs/core/libxfontcache/PKGBUILD deleted file mode 100644 index 925a62c..0000000 --- a/abs/core/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 -} |