diff options
Diffstat (limited to 'community/t1utils')
-rw-r--r-- | community/t1utils/LICENSE | 22 | ||||
-rw-r--r-- | community/t1utils/PKGBUILD | 28 |
2 files changed, 0 insertions, 50 deletions
diff --git a/community/t1utils/LICENSE b/community/t1utils/LICENSE deleted file mode 100644 index 43f03171f..000000000 --- a/community/t1utils/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -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 deleted file mode 100644 index 9833a57c8..000000000 --- a/community/t1utils/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# $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.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" -license=("custom") -depends=('glibc') -source=("http://www.lcdf.org/~eddietwo/type/$pkgname-$pkgver.tar.gz" - LICENSE) -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" -} |