diff options
author | root <root@rshg054.dnsready.net> | 2012-02-21 23:15:10 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-21 23:15:10 +0000 |
commit | 1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (patch) | |
tree | 5e44ad19f2672ee92283377c9fe6eab3c8a815d7 /community/t1utils | |
parent | 11484c032f8c236b2044e715a9a3b28e33f65598 (diff) |
Tue Feb 21 23:15:10 UTC 2012
Diffstat (limited to 'community/t1utils')
-rw-r--r-- | community/t1utils/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/t1utils/PKGBUILD b/community/t1utils/PKGBUILD index 73d8e0204..9c3141bb7 100644 --- a/community/t1utils/PKGBUILD +++ b/community/t1utils/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 43579 2011-03-27 20:40:19Z spupykin $ +# $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=1 +pkgrel=2 pkgdesc="A collection of simple Type 1 font manipulation programs" arch=('i686' 'x86_64') url="http://www.lcdf.org/~eddietwo/type/#t1utils" @@ -18,7 +18,6 @@ md5sums=('f580e78a38807bce0242b63b5da3a572' build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr -# sed -i 's|getline|xgetline|' t1asm.c make make DESTDIR="$pkgdir" install install -D -m644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" |