mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
desktop/vtwm: Updated for version 5.5.0_rc8.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
c0b706935b
commit
6e1757e710
2 changed files with 9 additions and 7 deletions
|
@ -5,7 +5,9 @@
|
|||
# Written by Andrew Rowland <darowland@ieee.org>
|
||||
|
||||
PRGNAM=vtwm
|
||||
VERSION=${VERSION:-5.4.7}
|
||||
VERSION=${VERSION:-5.5.0_rc8}
|
||||
SRCVERSION=$(echo $VERSION | tr '_' '-')
|
||||
SRCVERSION2=20120316
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -41,9 +43,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
rm -rf $PRGNAM-$SRCVERSION2
|
||||
tar xvf $CWD/$PRGNAM-$SRCVERSION.tar.gz
|
||||
cd $PRGNAM-$SRCVERSION2
|
||||
chown -R root:root .
|
||||
find . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="vtwm"
|
||||
VERSION="5.4.7"
|
||||
VERSION="5.5.0_rc8"
|
||||
HOMEPAGE="http://www.vtwm.org/"
|
||||
DOWNLOAD="http://sourceforge.net/projects/vtwm/files/vtwm-5.4.7.tar.gz"
|
||||
MD5SUM="707f8d93b19b46fb3d036053be66288b"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/vtwm/vtwm-5.5.0-rc8.tar.gz"
|
||||
MD5SUM="b1cc0d89c89a9ec77e06977e191022ac"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="rplay"
|
||||
|
|
Loading…
Reference in a new issue