wok-current annotate cc65/receipt @ rev 20703
Up clamtk (4.37)
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Tue Feb 05 14:03:17 2019 -0500 (2019-02-05) |
parents | a511baf85854 |
children | e3f8a8ae5911 |
rev | line source |
---|---|
pascal@13671 | 1 # SliTaz package receipt. |
pascal@13671 | 2 |
pascal@13671 | 3 PACKAGE="cc65" |
pascal@13671 | 4 VERSION="2.13.3" |
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" |
pascal@13671 | 10 TARBALL="$PACKAGE-sources-$VERSION.tar.bz2" |
pascal@13671 | 11 WGET_URL="ftp://ftp.musoftware.de/pub/uz/$PACKAGE/$TARBALL" |
pascal@13671 | 12 |
pascal@13671 | 13 DEPENDS="" |
pascal@13671 | 14 BUILD_DEPENDS="" |
pascal@13671 | 15 |
pascal@13671 | 16 # Rules to configure and make the package. |
pascal@13671 | 17 compile_rules() |
pascal@13671 | 18 { |
pascal@13671 | 19 mkdir -p $DESTDIR/usr |
pascal@13671 | 20 sed -i "s|/usr/local|/usr|" make/gcc.mak |
pascal@13672 | 21 make -j 1 -f make/gcc.mak |
pascal@13671 | 22 sed -i "s|/usr|$DESTDIR/usr|" make/gcc.mak |
pascal@13672 | 23 make -j 1 -f make/gcc.mak install |
al@19288 | 24 |
al@19288 | 25 cook_pick_manpages packages/debian/*.1 |
pascal@13671 | 26 } |
pascal@13671 | 27 |
pascal@13671 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13671 | 29 genpkg_rules() |
pascal@13671 | 30 { |
pascal@13671 | 31 cp -a $install/* $fs |
pascal@13671 | 32 } |