wok-next diff h8300-gdb/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d2950281f122
children
line diff
     1.1 --- a/h8300-gdb/receipt	Wed Sep 05 00:08:37 2018 +0300
     1.2 +++ b/h8300-gdb/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -5,7 +5,7 @@
     1.4  VERSION="7.1"
     1.5  CATEGORY="development"
     1.6  SHORT_DESC="The GNU Project Debugger targeting the H8/300"
     1.7 -MAINTAINER="rcx@zoominternet.net"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10  WEB_SITE="http://www.gnu.org/software/gdb/"
    1.11  
    1.12 @@ -13,10 +13,10 @@
    1.13  WGET_URL="$GNU_MIRROR/$SOURCE/$TARBALL"
    1.14  
    1.15  BUILD_DEPENDS="slitaz-toolchain ncurses-dev expat-dev texinfo gcc49"
    1.16 -SPLIT="h8300-gdb h8300-gdb-dev"
    1.17 +SPLIT="$PACKAGE-dev"
    1.18  
    1.19  # Configuration only needs included if we're in the build/wok environment
    1.20 -if [ -e $WOK/h8300-toolchain/stuff/h8300.conf ] ; then
    1.21 +if [ -e $WOK/h8300-toolchain/stuff/h8300.conf ]; then
    1.22  	. $WOK/h8300-toolchain/stuff/h8300.conf
    1.23  fi
    1.24  
    1.25 @@ -33,7 +33,7 @@
    1.26  		--mandir=/usr/share/man \
    1.27  		$CONFIGURE_ARGS &&
    1.28  	make $MAKEFLAGS &&
    1.29 -	make DESTDIR=$DESTDIR install
    1.30 +	make DESTDIR=$install install
    1.31  }
    1.32  
    1.33  genpkg_rules() {
    1.34 @@ -42,7 +42,7 @@
    1.35  			copy @std
    1.36  			DEPENDS="ncurses expat"
    1.37  			;;
    1.38 -		h8300-gdb-dev)
    1.39 +		*-dev)
    1.40  			copy @dev
    1.41  			;;
    1.42  	esac