updated on Fri Jan 13 00:14:41 UTC 2012
[aur-mirror.git] / fnlib / PKGBUILD
blob3247eabf06fdf43e548e37279deada4e720702cf
1 # $Id: PKGBUILD,v 1.14 2006/05/15 19:44:16 uid1016 Exp $
2 # Maintainer: dorphell <dorphell@archlinux.org>
3 # Committer: Judd Vinet <jvinet@zeroflux.org>
5 pkgname=fnlib
6 pkgver=0.5
7 pkgrel=4
8 pkgdesc="Font rendering library for X11"
9 arch=(i686 x86_64)
10 depends=('imlib')
11 license=('GPL2')
12 url="http://www.enlightenment.org"
13 source=(http://dl.sourceforge.net/sourceforge/enlightenment/fnlib-$pkgver.tar.gz)
14 options=('!libtool')
15 md5sums=('99e9558739b97c82b728e408d9cb1f01')
17 build() {
18   cd $startdir/src/$pkgname-$pkgver
19   ./configure --prefix=/usr --sysconfdir=/etc
20   make || return 1
21   make DESTDIR=$startdir/pkg install