wok view cc65/receipt @ rev 22916

claws-mail: added build dependency libgnutls
author Hans-G?nter Theisgen
date Mon Feb 24 13:45:59 2020 +0100 (2020-02-24)
parents e3f8a8ae5911
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="cc65"
4 VERSION="2.18"
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-$VERSION.tar.gz"
12 WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/V$VERSION.tar.gz"
14 DEPENDS=""
15 BUILD_DEPENDS=""
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 # mkdir -p $DESTDIR/usr
21 # sed -i "s|/usr/local|/usr|" make/gcc.mak
22 # make -j 1 -f make/gcc.mak
23 # sed -i "s|/usr|$DESTDIR/usr|" make/gcc.mak
24 # make -j 1 -f make/gcc.mak install
25 # cook_pick_manpages packages/debian/*.1
27 make &&
28 make install PREFIX=/usr
29 }
31 # Rules to gen a SliTaz package suitable for Tazpkg.
32 genpkg_rules()
33 {
34 cp -a $install/* $fs
35 }