wok diff wine/receipt @ rev 1460

aterm beaver chemtool gftp grisbi gtick gtk-gnutella klavaro leafpad mtpaint sylpheed wine xpad: update BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 03 20:14:14 2008 +0000 (2008-10-03)
parents 03a799424aaa
children f9c021d9b2fc
line diff
     1.1 --- a/wine/receipt	Fri Sep 26 09:21:16 2008 +0000
     1.2 +++ b/wine/receipt	Fri Oct 03 20:14:14 2008 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="misc"
     1.5  SHORT_DESC="Windows API for Linux."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +BUILD_DEPENDS="flex xorg-dev"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://www.winehq.org/"
    1.10  #WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.11 @@ -15,8 +16,8 @@
    1.12  {
    1.13  	cd $src
    1.14  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.15 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.16 -	make
    1.17 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.18 +	make &&
    1.19  	make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21