wok-next view cc65/receipt @ rev 21135

Up libgcrypt (1.8.4), libpgp-error (1.34), libxml2 (2.9.9), libxslt (1.1.33).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jan 20 16:02:24 2019 +0200 (2019-01-20)
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 }