wok diff ggseq/receipt @ rev 17705

Up firefox-official (36.0)
author Richard Dunbar <mojo@slitaz.org>
date Mon Mar 02 06:32:17 2015 -0500 (2015-03-02)
parents b165a9b3b8c3
children affba9aecc73
line diff
     1.1 --- a/ggseq/receipt	Thu Nov 03 23:25:32 2011 +0100
     1.2 +++ b/ggseq/receipt	Mon Mar 02 06:32:17 2015 -0500
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC="Gungirl Sequencer is an easy to use Audiosequencer."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="wxWidgets libsndfile libsamplerate"
     1.8 -BUILD_DEPENDS="$DEPENDS wxWidgets-dev libsndfile-dev libsamplerate-dev"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://ggseq.sourceforge.net/"
    1.12  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.13  
    1.14 +DEPENDS="wxWidgets libsndfile libsamplerate"
    1.15 +BUILD_DEPENDS="$DEPENDS wxWidgets-dev libsndfile-dev libsamplerate-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -21,13 +23,13 @@
    1.21  		--infodir=/usr/share/info \
    1.22  		--mandir=/usr/share/man \
    1.23  		$CONFIGURE_ARGS &&
    1.24 -	make && make DESTDIR=$PWD/_pkg install
    1.25 +	make && make DESTDIR=$DESTDIR install
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31  	mkdir -p $fs/usr
    1.32 -	cp -a $_pkg/usr/bin $fs/usr
    1.33 +	cp -a $install/usr/bin $fs/usr
    1.34  }
    1.35