wok-next annotate cc65/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents a3c581bf52b8
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@13671 2
pascal@13671 3 PACKAGE="cc65"
pascal@13671 4 VERSION="2.13.3"
pascal@13671 5 CATEGORY="development"
al@21020 6 SHORT_DESC="Cross development package for 65(C)02 systems"
pascal@13671 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15604 8 LICENSE="other"
al@20906 9 WEB_SITE="https://www.cc65.org/"
al@21020 10
pascal@13671 11 TARBALL="$PACKAGE-sources-$VERSION.tar.bz2"
pascal@13671 12 WGET_URL="ftp://ftp.musoftware.de/pub/uz/$PACKAGE/$TARBALL"
pascal@13671 13
al@19661 14 BUILD_DEPENDS="perl"
pascal@13671 15
al@21020 16 compile_rules() {
al@21020 17 mkdir -p $install/usr
pascal@13671 18 sed -i "s|/usr/local|/usr|" make/gcc.mak
al@21020 19 make -j1 -f make/gcc.mak
al@21020 20 sed -i "s|/usr|$install/usr|" make/gcc.mak
al@21020 21 make -j1 -f make/gcc.mak install
al@19288 22
al@19288 23 cook_pick_manpages packages/debian/*.1
pascal@13671 24 }
pascal@13671 25
al@21020 26 genpkg_rules() {
pascal@13671 27 cp -a $install/* $fs
pascal@13671 28 }