wok diff wine/receipt @ rev 6795
Fixed shared-mime-info-dev.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 18 18:58:32 2010 +0000 (2010-10-18) |
parents | 86de32688f8f |
children | 07e6c84aad04 |
line diff
1.1 --- a/wine/receipt Sun Aug 01 20:14:30 2010 +0200 1.2 +++ b/wine/receipt Mon Oct 18 18:58:32 2010 +0000 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="wine" 1.7 -VERSION="1.2" 1.8 +VERSION="1.2.1" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="Windows API for Linux." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 DEPENDS="alsa-lib libxml2 libxslt libgl libglu xorg-libICE xorg-libSM 1.13 xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext libgphoto2 libtool lcms \ 1.14 esound" 1.15 -BUILD_DEPENDS="flex bison xorg-dev mesa-dev" 1.16 +BUILD_DEPENDS="flex bison xorg-dev mesa-dev freetype-dev" 1.17 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.18 WEB_SITE="http://www.winehq.org/" 1.19 WGET_URL="http://prdownloads.sourceforge.net/$PACKAGE/$TARBALL" 1.20 @@ -23,7 +23,7 @@ 1.21 1.22 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.23 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.24 - make && 1.25 + make -j 4 && 1.26 make DESTDIR=$PWD/_pkg install 1.27 } 1.28