diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/hevea | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/hevea')
-rw-r--r-- | community/hevea/PKGBUILD | 30 | ||||
-rw-r--r-- | community/hevea/hevea.install | 13 |
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 -} - |