PKGBUILDs/extra/t1lib/PKGBUILD
2009-10-09 21:23:22 -05:00

22 lines
686 B
Bash

# $Id: PKGBUILD 18686 2008-11-08 16:55:56Z jgc $
# Maintainer: tobias <tobias@archlinux.org>
# Contributor: Rainer Moll <renari@arcor.de>
pkgname=t1lib
pkgver=5.1.2
pkgrel=2
pkgdesc="Library for generating character- and string-glyphs from Adobe Type 1 fonts"
arch=(i686 x86_64)
license=("GPL")
depends=('libxaw')
options=(!libtool)
url="http://www.ibiblio.org/pub/Linux/libs/graphics/!INDEX.html"
source=(http://www.ibiblio.org/pub/Linux/libs/graphics/${pkgname}-${pkgver}.tar.gz )
md5sums=('a5629b56b93134377718009df1435f3c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr
make without_doc || return 1
make DESTDIR="${pkgdir}" install || return 1
}