wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="cc65"
4 VERSION="2.13.3"
5 CATEGORY="development"
6 SHORT_DESC="Cross development package for 65(C)02 systems"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="https://www.cc65.org/"
11 TARBALL="$PACKAGE-sources-$VERSION.tar.bz2"
12 WGET_URL="ftp://ftp.musoftware.de/pub/uz/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="perl"
16 compile_rules() {
17 mkdir -p $install/usr
18 sed -i "s|/usr/local|/usr|" make/gcc.mak
19 make -j1 -f make/gcc.mak
20 sed -i "s|/usr|$install/usr|" make/gcc.mak
21 make -j1 -f make/gcc.mak install
23 cook_pick_manpages packages/debian/*.1
24 }
26 genpkg_rules() {
27 cp -a $install/* $fs
28 }