wok diff wine/receipt @ rev 13710

get-OpenOffice3: small fixes
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 17 20:32:43 2012 +0100 (2012-12-17)
parents 5a739c1304f8
children d19159d4094b
line diff
     1.1 --- a/wine/receipt	Sat Mar 17 21:59:51 2012 +0100
     1.2 +++ b/wine/receipt	Mon Dec 17 20:32:43 2012 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="wine"
     1.7 -VERSION="1.2.3"
     1.8 +VERSION="1.4.1"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Windows API for Linux."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -19,8 +19,6 @@
    1.13  {
    1.14  	cd $src
    1.15  
    1.16 -	patch -p1 < $stuff/wine-1.2-cdrom.c.u || return 1
    1.17 -
    1.18  	./configure $CONFIGURE_ARGS &&
    1.19  	make $MAKEFLAGS && make install
    1.20  }
    1.21 @@ -29,11 +27,11 @@
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/lib/wine $fs/usr/share
    1.25 -	cp -a $_pkg/usr/bin $fs/usr
    1.26 -	cp -a $_pkg/usr/share/wine $fs/usr/share
    1.27 -	cp -a $_pkg/usr/share/applications $fs/usr/share
    1.28 -	cp -a $_pkg/usr/lib/lib* $fs/usr/lib
    1.29 -	cp -a $_pkg/usr/lib/wine/*.so $fs/usr/lib/wine
    1.30 +	cp -a $install/usr/bin $fs/usr
    1.31 +	cp -a $install/usr/share/wine $fs/usr/share
    1.32 +	cp -a $install/usr/share/applications $fs/usr/share
    1.33 +	cp -a $install/usr/lib/lib* $fs/usr/lib
    1.34 +	cp -a $install/usr/lib/wine/*.so $fs/usr/lib/wine
    1.35  }
    1.36  
    1.37  post_install()