summaryrefslogtreecommitdiff
path: root/community/linuxdoc-tools
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/linuxdoc-tools
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/linuxdoc-tools')
-rw-r--r--community/linuxdoc-tools/PKGBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/community/linuxdoc-tools/PKGBUILD b/community/linuxdoc-tools/PKGBUILD
deleted file mode 100644
index 22c533374..000000000
--- a/community/linuxdoc-tools/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: David Ell <david at bytesizebits dot net>
-
-pkgname=linuxdoc-tools
-pkgver=0.9.68
-pkgrel=1
-pkgdesc="Convert LinuxDoc SGML source into other formats"
-arch=('i686' 'x86_64')
-url="http://packages.debian.org/sid/linuxdoc-tools"
-license=('GPL')
-depends=('jade')
-optdepends=('groff' 'texlive-bin')
-source=(http://ftp.de.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver}.tar.gz)
-md5sums=('68434f800ab3b68f44da790cc61cf766')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- sed -i '/extern int yyleng;/d' rtf-fix/rtf2rtf.l
- ./configure --prefix=/usr --mandir=/usr/share/man
- make
- make DESTDIR="$pkgdir/" install
-}