academic/octave-forge: Updated for version bundle-20080507

This commit is contained in:
Mauro Giachero 2010-05-13 00:20:16 +02:00 committed by David Somero
parent 55673c8f5f
commit 291afc2324
2 changed files with 3 additions and 1 deletions

View File

@ -112,7 +112,7 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh
cat $CWD/slack-desc > $PKG/install/slack-desc
( cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$(echo $VERSION |tr - _)-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$(echo $VERSION |tr - _)-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
)
# Print a brief compilation report

View File

@ -2,7 +2,9 @@ PRGNAM="octave-forge"
VERSION="bundle-20080507"
HOMEPAGE="http://octave.sourceforge.net"
DOWNLOAD="http://downloads.sourceforge.net/octave/octave-forge-bundle-20080507.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="ef7cb19e8b18281f09ad2501f6861f03"
MD5SUM_x86_64=""
MAINTAINER="Mauro Giachero"
EMAIL="mauro dot giachero at gmail dot com"
APPROVED="David Somero"