wok diff brasero/receipt @ rev 17863

webkit-r: Fix build
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Mar 25 15:28:36 2015 +0100 (2015-03-25)
parents f32d3ba00836
children d3eb5f4b53ea
line diff
     1.1 --- a/brasero/receipt	Wed Jun 20 17:42:34 2012 +0200
     1.2 +++ b/brasero/receipt	Wed Mar 25 15:28:36 2015 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="Brasero (aka Bonfire) is yet another application to burn CD/DVD for the gnome desktop."
     1.6  MAINTAINER="devl547@gmail.com"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://www.gnome.org/projects/brasero"
    1.10  WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/2.30/$TARBALL"
    1.11 @@ -32,14 +33,14 @@
    1.12  		--disable-search \
    1.13  		--disable-playlist &&
    1.14  	make &&
    1.15 -	make DESTDIR=$PWD/_pkg install
    1.16 +	make DESTDIR=$DESTDIR install
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr/share
    1.23 -	cp -a $_pkg/usr/bin $fs/usr/
    1.24 -	cp -a $_pkg/usr/lib $fs/usr/
    1.25 -	cp -a $_pkg/usr/share/applications $fs/usr/share/applications
    1.26 +	cp -a $install/usr/bin $fs/usr/
    1.27 +	cp -a $install/usr/lib $fs/usr/
    1.28 +	cp -a $install/usr/share/applications $fs/usr/share/applications
    1.29  }