wok rev 3290
Update Build Depends: H8/300 tools
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Wed Jun 03 12:17:34 2009 +0000 (2009-06-03) |
parents | 4e2c860ebeee |
children | c326569013f4 |
files | h8300-binutils/receipt h8300-gcc3/receipt h8300-gdb/receipt |
line diff
1.1 --- a/h8300-binutils/receipt Wed Jun 03 11:07:10 2009 +0000 1.2 +++ b/h8300-binutils/receipt Wed Jun 03 12:17:34 2009 +0000 1.3 @@ -7,7 +7,7 @@ 1.4 SHORT_DESC="binutils targeting the H8/300" 1.5 MAINTAINER="rcx@zoominternet.net" 1.6 DEPENDS="" 1.7 -BUILD_DEPENDS="make gcc bison flex" 1.8 +BUILD_DEPENDS="slitaz-toolchain bison flex" 1.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://www.gnu.org/software/binutils/" 1.11 WGET_URL="$GNU_MIRROR/$SOURCE/$TARBALL"
2.1 --- a/h8300-gcc3/receipt Wed Jun 03 11:07:10 2009 +0000 2.2 +++ b/h8300-gcc3/receipt Wed Jun 03 12:17:34 2009 +0000 2.3 @@ -7,7 +7,7 @@ 2.4 SHORT_DESC="gcc targeting the H8/300" 2.5 MAINTAINER="rcx@zoominternet.net" 2.6 DEPENDS="h8300-binutils" 2.7 -BUILD_DEPENDS="make gcc bison flex h8300-binutils" 2.8 +BUILD_DEPENDS="slitaz-toolchain bison flex h8300-binutils" 2.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 2.10 WEB_SITE="http://www.gnu.org/software/gcc/" 2.11 WGET_URL="$GNU_MIRROR/$SOURCE/$SOURCE-$VERSION/$TARBALL"
3.1 --- a/h8300-gdb/receipt Wed Jun 03 11:07:10 2009 +0000 3.2 +++ b/h8300-gdb/receipt Wed Jun 03 12:17:34 2009 +0000 3.3 @@ -7,7 +7,7 @@ 3.4 SHORT_DESC="The GNU Project Debugger targeting the H8/300." 3.5 MAINTAINER="rcx@zoominternet.net" 3.6 DEPENDS="ncurses expat" 3.7 -BUILD_DEPENDS="ncurses-dev" 3.8 +BUILD_DEPENDS="slitaz-toolchain ncurses-dev expat-dev" 3.9 TARBALL="$SOURCE-$VERSION.tar.gz" 3.10 WEB_SITE="http://www.gnu.org/software/gdb/" 3.11 WGET_URL="$GNU_MIRROR/$SOURCE/$TARBALL" 3.12 @@ -33,4 +33,3 @@ 3.13 mkdir -p $fs/usr 3.14 cp -a $_pkg/usr/bin $fs/usr 3.15 } 3.16 -