mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/ORBit2: Updated for version 2.14.17
This commit is contained in:
parent
6458372403
commit
890a8a9c55
2 changed files with 3 additions and 1 deletions
|
@ -84,4 +84,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="ORBit2"
|
|||
VERSION="2.14.17"
|
||||
HOMEPAGE="http://www.gnome.org/projects/ORBit2/"
|
||||
DOWNLOAD="ftp://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.14/ORBit2-2.14.17.tar.bz2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="10bfb957fa4a8935a0b4afaee7d71df7"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Daniel Liljeqvist"
|
||||
EMAIL="dasajev@gmail.com"
|
||||
APPROVED="rworkman dsomero"
|
||||
|
|
Loading…
Reference in a new issue