wok view xa/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents b8d2de155dde
children 2a0479881723
line source
1 # SliTaz package receipt.
3 PACKAGE="xa"
4 VERSION="2.3.10"
5 CATEGORY="development"
6 TAGS="cross assembler 6502"
7 SHORT_DESC="6502 cross assembler."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://www.floodgap.com/retrotech/xa/"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="${WEB_SITE}dists/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 make DESTDIR=$DESTDIR/usr &&
19 make install DESTDIR=$DESTDIR/usr
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $install/usr/bin $fs/usr
27 }