wok-4.x rev 6647
Up: wine to 1.2.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 10 17:47:26 2010 +0000 (2010-10-10) |
parents | 8910b21cd8d6 |
children | a203800d06c7 |
files | wine-dev/receipt wine/receipt |
line diff
1.1 --- a/wine-dev/receipt Sun Oct 10 17:42:45 2010 +0000 1.2 +++ b/wine-dev/receipt Sun Oct 10 17:47:26 2010 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="wine-dev" 1.7 -VERSION="1.2" 1.8 +VERSION="1.2.1" 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 Sun Oct 10 17:42:45 2010 +0000 2.2 +++ b/wine/receipt Sun Oct 10 17:47:26 2010 +0000 2.3 @@ -1,14 +1,14 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="wine" 2.7 -VERSION="1.2" 2.8 +VERSION="1.2.1" 2.9 CATEGORY="misc" 2.10 SHORT_DESC="Windows API for Linux." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 DEPENDS="alsa-lib libxml2 libxslt libgl libglu xorg-libICE xorg-libSM 2.13 xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext libgphoto2 libtool lcms \ 2.14 esound" 2.15 -BUILD_DEPENDS="flex bison xorg-dev mesa-dev" 2.16 +BUILD_DEPENDS="flex bison xorg-dev mesa-dev freetype-dev" 2.17 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.18 WEB_SITE="http://www.winehq.org/" 2.19 WGET_URL="http://prdownloads.sourceforge.net/$PACKAGE/$TARBALL" 2.20 @@ -23,7 +23,7 @@ 2.21 2.22 ./configure --prefix=/usr --infodir=/usr/share/info \ 2.23 --mandir=/usr/share/man $CONFIGURE_ARGS && 2.24 - make && 2.25 + make -j 4 && 2.26 make DESTDIR=$PWD/_pkg install 2.27 } 2.28