Skip to content

Commit

Permalink
wine: upgraded to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeboski committed Jul 26, 2013
1 parent 542bba5 commit 411e809
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
9 changes: 4 additions & 5 deletions system/wine/wine.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

PRGNAM=wine
VERSION=${VERSION:-1.6_rc3}
VERSION=${VERSION:-1.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_jgeboski}
SRCVER=$(echo $VERSION | tr _ -)

if [ -z "$ARCH" ]; then
case "$( uname -m )" in
Expand Down Expand Up @@ -61,9 +60,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$SRCVER
tar xvf $CWD/$PRGNAM-$SRCVER.tar.bz2
cd $PRGNAM-$SRCVER
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
Expand Down
10 changes: 5 additions & 5 deletions system/wine/wine.info
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PRGNAM="wine"
VERSION="1.6_rc3"
VERSION="1.6"
HOMEPAGE="http://www.winehq.com/"
DOWNLOAD="http://downloads.sourceforge.net/wine/wine-1.6-rc3.tar.bz2"
MD5SUM="0b83833b1aba533e3ff07a57a9d2d3fa"
DOWNLOAD="http://downloads.sourceforge.net/wine/wine-1.6.tar.bz2"
MD5SUM="47cf1e121d395e9c8ca1a4ab88f1e658"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER=""
EMAIL=""
MAINTAINER="James Geboski"
EMAIL="jgeboski@gmail.com"

0 comments on commit 411e809

Please sign in to comment.