libraries/libgtop: Updated for version 2.24.0

This commit is contained in:
Stylianos Tsampas 2010-05-13 00:30:53 +02:00 committed by David Somero
parent 62ca41a871
commit 8837d79328
2 changed files with 3 additions and 1 deletions

View file

@ -98,4 +98,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="libgtop"
VERSION="2.24.0"
HOMEPAGE="http://library.gnome.org/devel/libgtop/"
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/libgtop/2.24/libgtop-2.24.0.tar.bz2"
DOWNLOAD_x86_64=""
MD5SUM="f0e3584b9157d3425184a9e21e3ac482"
MD5SUM_x86_64=""
MAINTAINER="Stylianos Tsampas"
EMAIL="ztsampas@otenet.gr"
APPROVED="dsomero"