academic/abntex: Updated for version 0.9_beta2

This commit is contained in:
Andre Barboza 2010-05-13 00:19:46 +02:00 committed by Robby Workman
parent 150a22c8ea
commit dd55ca830c
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,3 @@
abnTeX (LATEX macros that follow the rules of ABNT)
abnTeX are LATEX macros that follow the rules of ABNT (Associacao
Brasileira de Normas Tecnicas). This lets you write your papers,
theses, and dissertations in full accordance with ABNT standards

View file

@ -81,4 +81,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -2,7 +2,9 @@ PRGNAM="abntex"
VERSION="0.9_beta2"
HOMEPAGE="http://abntex.codigolivre.org.br/"
DOWNLOAD="http://codigolivre.org.br/frs/download.php/5337/abntex-0.9-beta2.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="4c5bc2d5388ddf03df754072116ab1f8"
MD5SUM_x86_64=""
MAINTAINER="Andre Barboza"
EMAIL="bmg.andre@gmail.com"
APPROVED="rworkman"