wok diff frozen-bubble/receipt @ rev 14580

Fix wrong name and add ntfs-3g depends
author Stanislas Leduc <shann@slitaz.org>
date Sat May 25 20:31:54 2013 +0200 (2013-05-25)
parents bb39c7073726
children 408c87fa22ca
line diff
     1.1 --- a/frozen-bubble/receipt	Fri Mar 02 15:57:49 2012 -0800
     1.2 +++ b/frozen-bubble/receipt	Sat May 25 20:31:54 2013 +0200
     1.3 @@ -5,12 +5,13 @@
     1.4  CATEGORY="games"
     1.5  SHORT_DESC="A bubbles game"
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 -DEPENDS="perl-locale-gettext libsdl-mixer libsdl-pango libsdl-perl"
     1.8 -BUILD_DEPENDS="perl-locale-gettext gettext glib-dev libsdl-dev libsdl-gfx-dev libsdl-image-dev libsdl-net-dev freetype-dev libsdl-ttf-dev libsdl-mixer-dev libsdl-pango-dev libsmpeg-dev pkg-config libsdl-perl mesa-dev glibc-locale"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://www.frozen-bubble.org"
    1.11  WGET_URL="$WEB_SITE/data/$TARBALL"
    1.12  
    1.13 +DEPENDS="perl-locale-gettext libsdl-mixer libsdl-pango libsdl-perl"
    1.14 +BUILD_DEPENDS="perl-locale-gettext gettext glib-dev libsdl-dev libsdl-gfx-dev libsdl-image-dev libsdl-net-dev freetype-dev libsdl-ttf-dev libsdl-mixer-dev libsdl-pango-dev libsmpeg-dev pkg-config libsdl-perl mesa-dev glibc-locale"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19 @@ -18,15 +19,15 @@
    1.20  	make OPTIMIZE="${CFLAGS}" \
    1.21  		CFLAGS="$(pkg-config glib-2.0 --cflags)" INSTALLDIRS=vendor \
    1.22  		PREFIX=/usr
    1.23 -	make DESTDIR=$PWD/_pkg PREFIX=/usr install
    1.24 +	make DESTDIR=$DESTDIR PREFIX=/usr install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28  genpkg_rules()
    1.29  {
    1.30  	mkdir -p $fs/usr/share/pixmaps
    1.31 -	cp -a $_pkg/usr/bin $fs/usr
    1.32 -	cp -a $_pkg/usr/lib $fs/usr
    1.33 -	cp -a $_pkg/usr/share/frozen-bubble $fs/usr/share
    1.34 +	cp -a $install/usr/bin $fs/usr
    1.35 +	cp -a $install/usr/lib $fs/usr
    1.36 +	cp -a $install/usr/share/frozen-bubble $fs/usr/share
    1.37  }
    1.38