mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/CEGUI: Updated for version 0.6.2
This commit is contained in:
parent
20b61cb33e
commit
9b9fdbc91a
2 changed files with 3 additions and 1 deletions
|
@ -68,4 +68,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="CEGUI"
|
|||
VERSION="0.6.2"
|
||||
HOMEPAGE="http://www.cegui.org.uk/wiki/index.php/Main_Page"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/crayzedsgui/CEGUI-0.6.2.tar.gz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="fb058bd711fa9a865658efbc37fac24d"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Phillip Warner"
|
||||
EMAIL="pc_warner@yahoo.com"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in a new issue