wok diff h8300-gdb/receipt @ rev 15231

gst-plugins-good: remove wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 22 18:49:49 2013 +0200 (2013-09-22)
parents 8e4c74abdf74
children 75d89e79170f
line diff
     1.1 --- a/h8300-gdb/receipt	Mon Jan 02 23:06:19 2012 +0100
     1.2 +++ b/h8300-gdb/receipt	Sun Sep 22 18:49:49 2013 +0200
     1.3 @@ -6,12 +6,14 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="The GNU Project Debugger targeting the H8/300."
     1.6  MAINTAINER="rcx@zoominternet.net"
     1.7 -DEPENDS="ncurses expat"
     1.8 -BUILD_DEPENDS="slitaz-toolchain ncurses-dev expat-dev"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.gnu.org/software/gdb/"
    1.12  WGET_URL="$GNU_MIRROR/$SOURCE/$TARBALL"
    1.13  
    1.14 +DEPENDS="ncurses expat"
    1.15 +BUILD_DEPENDS="slitaz-toolchain ncurses-dev expat-dev"
    1.16 +
    1.17  # Configuration only needs included if we're in the build/wok environment
    1.18  if [ -e $WOK/h8300-toolchain/stuff/h8300.conf ] ; then
    1.19  	. $WOK/h8300-toolchain/stuff/h8300.conf
    1.20 @@ -30,14 +32,14 @@
    1.21  		--mandir=/usr/share/man \
    1.22  		$CONFIGURE_ARGS &&
    1.23  	make $MAKEFLAGS &&
    1.24 -	make DESTDIR=$src/_pkg install
    1.25 +	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  
    1.36  # Rules to clean the package