mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
audio/schismtracker: Update DOWNLOAD.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
parent
c4d9bee943
commit
0f7b0a6c47
2 changed files with 7 additions and 5 deletions
|
@ -60,18 +60,20 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# Workaround windres issue:
|
||||
export WINDRES= ac_cv_prog_WINDRES= ac_cv_prog_ac_ct_WINDRES=
|
||||
|
||||
autoreconf -vif
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="schismtracker"
|
||||
VERSION="20120105"
|
||||
HOMEPAGE="http://rigelseven.com/schism/"
|
||||
DOWNLOAD="http://schismtracker.org/dl/schismtracker-20120105.tar.bz2"
|
||||
MD5SUM="c85ee0750b2890cbd123ff6f9cb827b9"
|
||||
HOMEPAGE="https://github.com/schismtracker/schismtracker"
|
||||
DOWNLOAD="https://github.com/schismtracker/schismtracker/archive/20120105/schismtracker-20120105.tar.gz"
|
||||
MD5SUM="f7e7ae659ef11c3c3950eee5f546d549"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue