summaryrefslogtreecommitdiff
path: root/community/t1utils
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-04-17 00:05:54 -0700
committerroot <root@rshg054.dnsready.net>2013-04-17 00:05:54 -0700
commit0f02baec6afdab918d86a226ee9a984482b5a534 (patch)
tree15cb1e77a0a46bc218404a4725caeda3089039f8 /community/t1utils
parent975d6f489c6c43bbc7b816ac43333c54c1f4df21 (diff)
Wed Apr 17 00:05:54 PDT 2013
Diffstat (limited to 'community/t1utils')
-rw-r--r--community/t1utils/PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/community/t1utils/PKGBUILD b/community/t1utils/PKGBUILD
index 9c3141bb7..9833a57c8 100644
--- a/community/t1utils/PKGBUILD
+++ b/community/t1utils/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 65395 2012-02-21 03:23:56Z spupykin $
+# $Id: PKGBUILD 88333 2013-04-16 13:31:22Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Simo Leone <neotuli@gmail.com>
pkgname=t1utils
-pkgver=1.36
-pkgrel=2
+pkgver=1.37
+pkgrel=1
pkgdesc="A collection of simple Type 1 font manipulation programs"
arch=('i686' 'x86_64')
url="http://www.lcdf.org/~eddietwo/type/#t1utils"
@@ -12,13 +12,17 @@ license=("custom")
depends=('glibc')
source=("http://www.lcdf.org/~eddietwo/type/$pkgname-$pkgver.tar.gz"
LICENSE)
-md5sums=('f580e78a38807bce0242b63b5da3a572'
+md5sums=('dcff07df0b334c06d1808530956a634e'
'5a1334c824d21f0314c831f9fd19a587')
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr
make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
install -D -m644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}