wok-6.x annotate cc65/receipt @ rev 22792
recompiled xneur
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jan 27 09:19:20 2020 +0100 (2020-01-27) |
parents | e3f8a8ae5911 |
children | 5ea0ce1cecc0 |
rev | line source |
---|---|
pascal@13671 | 1 # SliTaz package receipt. |
pascal@13671 | 2 |
pascal@13671 | 3 PACKAGE="cc65" |
Hans-G?nter@22583 | 4 VERSION="2.18" |
pascal@13671 | 5 CATEGORY="development" |
pascal@13671 | 6 SHORT_DESC="Cross development package for 65(C)02 systems." |
pascal@13671 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15604 | 8 LICENSE="other" |
pascal@20671 | 9 WEB_SITE="https://www.cc65.org" |
Hans-G?nter@22583 | 10 |
Hans-G?nter@22583 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
Hans-G?nter@22584 | 12 WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/V$VERSION.tar.gz" |
pascal@13671 | 13 |
pascal@13671 | 14 DEPENDS="" |
pascal@13671 | 15 BUILD_DEPENDS="" |
pascal@13671 | 16 |
pascal@13671 | 17 # Rules to configure and make the package. |
pascal@13671 | 18 compile_rules() |
pascal@13671 | 19 { |
Hans-G?nter@22583 | 20 # mkdir -p $DESTDIR/usr |
Hans-G?nter@22583 | 21 # sed -i "s|/usr/local|/usr|" make/gcc.mak |
Hans-G?nter@22583 | 22 # make -j 1 -f make/gcc.mak |
Hans-G?nter@22583 | 23 # sed -i "s|/usr|$DESTDIR/usr|" make/gcc.mak |
Hans-G?nter@22583 | 24 # make -j 1 -f make/gcc.mak install |
Hans-G?nter@22583 | 25 # cook_pick_manpages packages/debian/*.1 |
al@19288 | 26 |
Hans-G?nter@22583 | 27 make && |
Hans-G?nter@22583 | 28 make install PREFIX=/usr |
pascal@13671 | 29 } |
pascal@13671 | 30 |
pascal@13671 | 31 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13671 | 32 genpkg_rules() |
pascal@13671 | 33 { |
Hans-G?nter@22583 | 34 cp -a $install/* $fs |
pascal@13671 | 35 } |