mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
academic/abntex: Updated for version 0.9_beta2
This commit is contained in:
parent
150a22c8ea
commit
dd55ca830c
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue