mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/SDL_kitchensink: Fixed download & script.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
36179b24cf
commit
9dd752bfdf
2 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$SRCVER
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
|
||||
cd $PRGNAM-$SRCVER
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="SDL_kitchensink"
|
||||
VERSION="0.0.7_alpha"
|
||||
HOMEPAGE="https://github.com/katajakasa/SDL_kitchensink"
|
||||
DOWNLOAD="https://github.com/katajakasa/SDL_kitchensink/archive/0.0.7-alpha/SDL_kitchensink-0.0.7_alpha.tar.gz"
|
||||
DOWNLOAD="https://github.com/katajakasa/SDL_kitchensink/archive/0.0.7-alpha/SDL_kitchensink-0.0.7-alpha.tar.gz"
|
||||
MD5SUM="ff973ae6a78dd0b90c045ddb2eab7979"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue