summaryrefslogtreecommitdiff
path: root/community/t1utils/PKGBUILD
blob: 2dd3f9a20dba429d10af67f28a1b874c92f5061e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $Id: PKGBUILD 65395 2012-02-21 03:23:56Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Simo Leone <neotuli@gmail.com>

pkgname=t1utils
pkgver=1.36
pkgrel=2
pkgdesc="A collection of simple Type 1 font manipulation programs"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.lcdf.org/~eddietwo/type/#t1utils"
license=("custom")
depends=('glibc')
source=("http://www.lcdf.org/~eddietwo/type/$pkgname-$pkgver.tar.gz"
	LICENSE)
md5sums=('f580e78a38807bce0242b63b5da3a572'
         '5a1334c824d21f0314c831f9fd19a587')

build() {
  cd "$srcdir/$pkgname-$pkgver"
  ./configure --prefix=/usr
  make
  make DESTDIR="$pkgdir" install
  install -D -m644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}