wok-current annotate cc65/receipt @ rev 20366
debugging with markers, I think the build server does NOT build the gpg... but here locally gpg binary is created and at the place it should be
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Jun 09 20:40:08 2018 +0000 (2018-06-09) |
parents | 48d3d669a814 |
children | 6e8b1bcb30e2 |
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@13671 | 9 WEB_SITE="http://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 } |