summaryrefslogtreecommitdiff
path: root/community/mimetex/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-24 11:07:35 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-24 11:07:35 -0300
commit8d32e471d53634b308adf93007922a6ccbd2b830 (patch)
tree606fdcd5508936ffdfc7cf510a16b7324c2792e2 /community/mimetex/PKGBUILD
parent4c9d76f582ae64854e30113e7f7dc621af3db820 (diff)
parent1e1e4927b05d9b242bfe83794e3a98ab2c8f79ef (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/augeas/PKGBUILD community/chmsee/PKGBUILD community/cupsddk/PKGBUILD community/optipng/PKGBUILD community/pcb/PKGBUILD community/taglib-rcc/PKGBUILD community/wmctrl/PKGBUILD extra/c-ares/PKGBUILD multilib/lib32-freetype2/PKGBUILD
Diffstat (limited to 'community/mimetex/PKGBUILD')
-rw-r--r--community/mimetex/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/community/mimetex/PKGBUILD b/community/mimetex/PKGBUILD
index d6a7d73c6..4cdb481e8 100644
--- a/community/mimetex/PKGBUILD
+++ b/community/mimetex/PKGBUILD
@@ -1,3 +1,6 @@
+# $Id: PKGBUILD 59132 2011-11-21 12:05:32Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+
pkgname=mimetex
pkgver=1.70
pkgrel=2
@@ -5,13 +8,12 @@ pkgdesc="tex to gif converter"
arch=(i686 x86_64 'mips64el')
url="http://www.forkosh.com/mimetex.html"
license=('GPL')
-depends=(glibc)
-source=(http://arch.pp.ru/~sergej/dl/mimetex.zip)
+depends=()
+source=(ftp://ftp.archlinux.org/other/community/mimetex/mimetex.zip)
md5sums=('c73b1dde70526edb137daaf72189024b')
build() {
cd $srcdir
-
- gcc -DAA mimetex.c gifsave.c -lm -o mimetex.cgi && \
+ gcc -DAA mimetex.c gifsave.c -lm -o mimetex.cgi
install -D -m0755 mimetex.cgi $pkgdir/usr/bin/mimetex.cgi
}