summaryrefslogtreecommitdiff
path: root/community/pstotext
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/pstotext
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/pstotext')
-rw-r--r--community/pstotext/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/pstotext/PKGBUILD b/community/pstotext/PKGBUILD
deleted file mode 100644
index 7b9f890b8..000000000
--- a/community/pstotext/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 73278 2012-07-05 10:43:05Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: Mike Sampson <mike at sambodata dot com>
-# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
-# Contributor: froggie <sullivanva@gmail.com>
-
-pkgname=pstotext
-pkgver=1.9
-pkgrel=2
-pkgdesc="Converts Postscript to text"
-arch=('i686' 'x86_64')
-url="http://www.cs.wisc.edu/~ghost/doc/pstotext.htm"
-license=('GPL')
-depends=('ghostscript')
-source=(ftp://ftp.uni-frankfurt.de/pub/Mirrors2/gentoo.org/distfiles/$pkgname-$pkgver.tar.gz)
-md5sums=('64576e8a10ff5514e285d98b3898ae78')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- install -Dm755 pstotext $pkgdir/usr/bin/pstotext
- install -Dm644 pstotext.1 $pkgdir/usr/share/man/man1/pstotext.1
-}