wok rev 10227

Up: wine to 1.2.3.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 00:17:26 2011 +0000 (2011-05-21)
parents c076bbecac3e
children 50aab44bec09
files wine-dev/receipt wine/receipt
line diff
     1.1 --- a/wine-dev/receipt	Sat May 21 00:16:00 2011 +0000
     1.2 +++ b/wine-dev/receipt	Sat May 21 00:17:26 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="wine-dev"
     1.7 -VERSION="1.2.2"
     1.8 +VERSION="1.2.3"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Windows API for Linux development files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
     2.1 --- a/wine/receipt	Sat May 21 00:16:00 2011 +0000
     2.2 +++ b/wine/receipt	Sat May 21 00:17:26 2011 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="wine"
     2.7 -VERSION="1.2.2"
     2.8 +VERSION="1.2.3"
     2.9  CATEGORY="misc"
    2.10  SHORT_DESC="Windows API for Linux."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -11,7 +11,7 @@
    2.13  BUILD_DEPENDS="flex bison mesa-dev freetype-dev"
    2.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.15  WEB_SITE="http://www.winehq.org/"
    2.16 -WGET_URL="http://prdownloads.sourceforge.net/$PACKAGE/$TARBALL"
    2.17 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    2.18  TAGS="windows"
    2.19  
    2.20  # Rules to configure and make the package.
    2.21 @@ -21,10 +21,8 @@
    2.22  
    2.23  	patch -p1 < $stuff/wine-1.2-cdrom.c.u || return 1
    2.24  
    2.25 -	./configure --prefix=/usr --infodir=/usr/share/info \
    2.26 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    2.27 -	make -j 4 &&
    2.28 -	make DESTDIR=$PWD/_pkg install
    2.29 +	./configure $CONFIGURE_ARGS &&
    2.30 +	make -j 4 && make install
    2.31  }
    2.32  
    2.33  # Rules to gen a SliTaz package suitable for Tazpkg.