summaryrefslogtreecommitdiff
path: root/community/mftrace/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mftrace/PKGBUILD')
-rw-r--r--community/mftrace/PKGBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/community/mftrace/PKGBUILD b/community/mftrace/PKGBUILD
deleted file mode 100644
index 8d8d7ba9c..000000000
--- a/community/mftrace/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# $Id: PKGBUILD 76923 2012-10-02 09:37:01Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: William Rea <sillywilly@gmail.com>
-
-pkgname=mftrace
-pkgver=1.2.18
-pkgrel=1
-pkgdesc="Traces TeX bitmap fonts into PFA, PFB, or TTF"
-arch=('i686' 'x86_64')
-url="http://lilypond.org/mftrace/"
-license=("GPL")
-depends=('python2' 'potrace' 't1utils')
-source=(http://lilypond.org/download/sources/mftrace/mftrace-$pkgver.tar.gz)
-md5sums=('7d660226b6f933a239b2413ac010fe0c')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- PYTHON=/usr/bin/python2 ./configure --prefix=/usr
- make
- make DESTDIR=$pkgdir install
-}