system/trackfs: Updated for version 0.0.9

This commit is contained in:
B. Watson 2010-05-13 00:42:03 +02:00 committed by David Somero
parent b1a51046de
commit d5372ffc27
2 changed files with 3 additions and 1 deletions

View file

@ -62,4 +62,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
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="trackfs"
VERSION="0.0.9"
HOMEPAGE="http://www.mr511.de/software/english.html"
DOWNLOAD="http://www.mr511.de/software/trackfs-0.0.9.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="09aba6f015751edbf3f276b4000e13ed"
MD5SUM_x86_64=""
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"
APPROVED="dsomero"