wok rev 23636
updated sdcc (3.9.0 -> 4.0.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 20 09:50:00 2020 +0100 (2020-04-20) |
parents | a5ef19f1580a |
children | 1bab6695e007 |
files | sdcc/receipt |
line diff
1.1 --- a/sdcc/receipt Mon Apr 20 07:41:02 2020 +0100 1.2 +++ b/sdcc/receipt Mon Apr 20 09:50:00 2020 +0100 1.3 @@ -1,26 +1,30 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sdcc" 1.7 -VERSION="3.9.0" 1.8 +VERSION="4.0.0" 1.9 CATEGORY="development" 1.10 +TAGS="cross compiler C 8051 Z80 68HC08 assembler" 1.11 SHORT_DESC="Retargettable C compiler for 8051, Z80 and 68HC08." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL2" 1.14 +WEB_SITE="http://sdcc.sourceforge.net/" 1.15 + 1.16 TARBALL="$PACKAGE-src-$VERSION.tar.bz2" 1.17 -WEB_SITE="http://sdcc.sourceforge.net/" 1.18 WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" 1.19 -TAGS="cross compiler C 8051 Z80 68HC08 assembler" 1.20 1.21 DEPENDS="gcc83-lib-base" 1.22 -BUILD_DEPENDS="flex libboost-graph-dev gputils gcc83" 1.23 +BUILD_DEPENDS="automake flex gcc83 gputils libboost-graph-dev texinfo" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - export CC=gcc-83 CXX=g++-83 1.29 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.30 - --mandir=/usr/share/man \ 1.31 - $CONFIGURE_ARGS && 1.32 + ./configure \ 1.33 + CC=gcc-83 \ 1.34 + CXX=g++-83 \ 1.35 + --prefix=/usr \ 1.36 + --infodir=/usr/share/info \ 1.37 + --mandir=/usr/share/man \ 1.38 + $CONFIGURE_ARGS && 1.39 make && 1.40 make DESTDIR=$DESTDIR install 1.41 } 1.42 @@ -28,5 +32,5 @@ 1.43 # Rules to gen a SliTaz package suitable for Tazpkg. 1.44 genpkg_rules() 1.45 { 1.46 - cp -a $install/usr $fs 1.47 + cp -a $install/usr $fs 1.48 }