wok diff gmpc/receipt @ rev 15943

arm arch: fix pkgs build for kbd and e2fsprogs plus add flex and check
author Christophe Lincoln <pankso@slitaz.org>
date Sat Feb 22 23:10:15 2014 +0100 (2014-02-22)
parents e7cd24344559
children 69c80106a6af
line diff
     1.1 --- a/gmpc/receipt	Sun Apr 29 12:37:38 2012 +0200
     1.2 +++ b/gmpc/receipt	Sat Feb 22 23:10:15 2014 +0100
     1.3 @@ -4,6 +4,7 @@
     1.4  VERSION="0.19.1"
     1.5  CATEGORY="multimedia"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  SHORT_DESC="A GTK2 client for MPD"
     1.9  WEB_SITE="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client"
    1.10  DEPENDS="libglade libmpd curl xorg-libSM libsoup libsexy mpd sqlite libtasn1"
    1.11 @@ -25,15 +26,15 @@
    1.12  		$CONFIGURE_ARGS &&
    1.13    make || return 1
    1.14    sed -i 's|GNOME;AudioVideo;|GTK;AudioVideo;Player;|'  data/${PACKAGE}.desktop
    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/icons/hicolor
    1.23 -	cp -a $_pkg/usr/bin $fs/usr
    1.24 -	cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share
    1.25 -	cp -a $_pkg/usr/share/icons/hicolor/16x16 $fs/usr/share/icons/hicolor
    1.26 +	cp -a $install/usr/bin $fs/usr
    1.27 +	cp -a $install/usr/share/$PACKAGE $fs/usr/share
    1.28 +	cp -a $install/usr/share/icons/hicolor/16x16 $fs/usr/share/icons/hicolor
    1.29  	
    1.30  }