wok-current rev 22583
updated cc65 (2.13.3 -> 2.18)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jan 07 14:14:48 2020 +0100 (2020-01-07) |
parents | 00a42830d020 |
children | fe1cff2f26ab |
files | cc65/receipt |
line diff
1.1 --- a/cc65/receipt Tue Jan 07 13:43:08 2020 +0100 1.2 +++ b/cc65/receipt Tue Jan 07 14:14:48 2020 +0100 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="cc65" 1.7 -VERSION="2.13.3" 1.8 +VERSION="2.18" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Cross development package for 65(C)02 systems." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="other" 1.13 WEB_SITE="https://www.cc65.org" 1.14 -TARBALL="$PACKAGE-sources-$VERSION.tar.bz2" 1.15 -WGET_URL="ftp://ftp.musoftware.de/pub/uz/$PACKAGE/$TARBALL" 1.16 + 1.17 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 +WGET_URL="htpps://github.com/$PACKAGE/$PACKAGE/archive/V$VERSION.tar.gz" 1.19 1.20 DEPENDS="" 1.21 BUILD_DEPENDS="" 1.22 @@ -16,17 +17,19 @@ 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 - mkdir -p $DESTDIR/usr 1.27 - sed -i "s|/usr/local|/usr|" make/gcc.mak 1.28 - make -j 1 -f make/gcc.mak 1.29 - sed -i "s|/usr|$DESTDIR/usr|" make/gcc.mak 1.30 - make -j 1 -f make/gcc.mak install 1.31 +# mkdir -p $DESTDIR/usr 1.32 +# sed -i "s|/usr/local|/usr|" make/gcc.mak 1.33 +# make -j 1 -f make/gcc.mak 1.34 +# sed -i "s|/usr|$DESTDIR/usr|" make/gcc.mak 1.35 +# make -j 1 -f make/gcc.mak install 1.36 +# cook_pick_manpages packages/debian/*.1 1.37 1.38 - cook_pick_manpages packages/debian/*.1 1.39 + make && 1.40 + make install PREFIX=/usr 1.41 } 1.42 1.43 # Rules to gen a SliTaz package suitable for Tazpkg. 1.44 genpkg_rules() 1.45 { 1.46 - cp -a $install/* $fs 1.47 + cp -a $install/* $fs 1.48 }