From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/t1utils/LICENSE | 22 ++++++++++++++++++++++ community/t1utils/PKGBUILD | 25 +++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 community/t1utils/LICENSE create mode 100644 community/t1utils/PKGBUILD (limited to 'community/t1utils') diff --git a/community/t1utils/LICENSE b/community/t1utils/LICENSE new file mode 100644 index 000000000..43f03171f --- /dev/null +++ b/community/t1utils/LICENSE @@ -0,0 +1,22 @@ +The README file includes the following notices: + + Changes since version 1.2 (c) 1998-2000 Eddie Kohler, under the + same redistribution copyright as I. Lee Hetherington's. See below + for I. Lee Hetherington's original README from 1992, updated + slightly for today's t1utils. + + Eddie Kohler + eddietwo@lcs.mit.edu + + Copyright (c) 1992 by I. Lee Hetherington, all rights reserved. + + Permission is hereby granted to use, modify, and distribute this + program for any purpose provided this copyright notice and the one + below remain intact. + + Note that these tools should not be used to illegally copy type-1 + font programs. Typeface design is an intricate art that should be + rewarded. + + I. Lee Hetherington + ilh@lcs.mit.edu diff --git a/community/t1utils/PKGBUILD b/community/t1utils/PKGBUILD new file mode 100644 index 000000000..73d8e0204 --- /dev/null +++ b/community/t1utils/PKGBUILD @@ -0,0 +1,25 @@ +# $Id: PKGBUILD 43579 2011-03-27 20:40:19Z spupykin $ +# Maintainer: Sergej Pupykin +# Maintainer: Simo Leone + +pkgname=t1utils +pkgver=1.36 +pkgrel=1 +pkgdesc="A collection of simple Type 1 font manipulation programs" +arch=('i686' 'x86_64') +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 +# sed -i 's|getline|xgetline|' t1asm.c + make + make DESTDIR="$pkgdir" install + install -D -m644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} -- cgit v1.2.3-54-g00ecf