mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/libgtop: Updated for version 2.24.0
This commit is contained in:
parent
62ca41a871
commit
8837d79328
2 changed files with 3 additions and 1 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue