wok-stable diff wine/receipt @ rev 11286
Up: gnutls to 2.12.14.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Nov 11 06:54:40 2011 +0000 (2011-11-11) |
parents | 940b5937e496 |
children | 8e4c74abdf74 |
line diff
1.1 --- a/wine/receipt Wed Mar 02 11:06:20 2011 +0100 1.2 +++ b/wine/receipt Fri Nov 11 06:54:40 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="wine" 1.7 -VERSION="1.2.2" 1.8 +VERSION="1.2.3" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="Windows API for Linux." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -11,7 +11,7 @@ 1.13 BUILD_DEPENDS="flex bison mesa-dev freetype-dev" 1.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 WEB_SITE="http://www.winehq.org/" 1.16 -WGET_URL="http://prdownloads.sourceforge.net/$PACKAGE/$TARBALL" 1.17 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.18 TAGS="windows" 1.19 1.20 # Rules to configure and make the package. 1.21 @@ -21,10 +21,8 @@ 1.22 1.23 patch -p1 < $stuff/wine-1.2-cdrom.c.u || return 1 1.24 1.25 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.26 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.27 - make -j 4 && 1.28 - make DESTDIR=$PWD/_pkg install 1.29 + ./configure $CONFIGURE_ARGS && 1.30 + make -j 4 && make install 1.31 } 1.32 1.33 # Rules to gen a SliTaz package suitable for Tazpkg.