updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git] / psftools / PKGBUILD
blob2008af6d50f645d29fa458e6cdc187bd9f499783
1 # Contributor: Anton Bazhenov <anton.bazhenov at gmail>
3 pkgname=psftools
4 pkgver=1.0.7
5 pkgrel=2
6 pkgdesc="Utilities for manipulation of console fonts in PSF format"
7 arch=('i686' 'x86_64')
8 url="http://www.seasip.info/Unix/PSF/"
9 license=('GPL')
10 depends=('glibc')
11 options=('!libtool')
12 source=(http://www.seasip.info/Unix/PSF/$pkgname-$pkgver.tar.gz)
13 md5sums=('159022aae93a797dbc2a01014acbd115')
15 build() {
16   cd  "$srcdir"/$pkgname-$pkgver
17   ./configure \
18     --prefix=/usr \
19     --mandir=/usr/share/man || return 1
20   make || return 1
21   make DESTDIR="$pkgdir" install