From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/mftrace/PKGBUILD | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 community/mftrace/PKGBUILD (limited to 'community/mftrace/PKGBUILD') 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 -# Maintainer: William Rea - -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 -} -- cgit v1.2.3-54-g00ecf