system/memuse: Updated for version 0.20

This commit is contained in:
Dušan Stefanović 2010-05-13 00:40:56 +02:00 committed by Robby Workman
parent f88979a7f4
commit 24f196982d
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="memuse"
VERSION="0.20"
HOMEPAGE="http://www.moblin.org/"
DOWNLOAD="http://slackbuilds.org/sources/12.2/memuse-0.20.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="d7078df335f65a5423952c3909e656c0"
MD5SUM_x86_64=""
MAINTAINER="Dusan Stefanovic"
EMAIL="stefanovic.dusan@gmail.com"
APPROVED="rworkman"