summaryrefslogtreecommitdiff
path: root/community/hevea
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/hevea
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/hevea')
-rw-r--r--community/hevea/PKGBUILD30
-rw-r--r--community/hevea/hevea.install13
2 files changed, 0 insertions, 43 deletions
diff --git a/community/hevea/PKGBUILD b/community/hevea/PKGBUILD
deleted file mode 100644
index 6a2b3397c..000000000
--- a/community/hevea/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 83233 2013-01-28 14:16:05Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Brian Nguyen <bhnguyen@gmail.com>
-# Original Packager: Tom K <tomk@runbox.com>
-
-pkgname=hevea
-pkgver=2.02
-pkgrel=1
-pkgdesc="A quite complete and fast LATEX to HTML translator"
-arch=(i686 x86_64)
-depends=('ocaml')
-license=('GPL')
-url="http://pauillac.inria.fr/~maranget/hevea/"
-install=hevea.install
-source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
-md5sums=('b0331fdf123c21ce02f15c890d268306')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- sed -i 's:usr/local:usr:' Makefile
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- sed -i 's:/usr:$PREFIX:' config.sh
- make install PREFIX=$pkgdir/usr
- mkdir -p $pkgdir/usr/share/texmf/tex/latex
- ln -s /usr/lib/hevea/hevea.sty $pkgdir/usr/share/texmf/tex/latex/hevea.sty
-}
diff --git a/community/hevea/hevea.install b/community/hevea/hevea.install
deleted file mode 100644
index 73059e5df..000000000
--- a/community/hevea/hevea.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- echo "HEVEA is fully functional when other software are installed:"
- echo "* A modern LaTeX installation including dvips."
- echo "* The ghostscript PostScript interpreter."
- echo "* The netpbm image processing package."
- echo "However, these are optional and hevea runs without them."
- texhash
-}
-
-post_upgrade() {
- post_install $1
-}
-