wok-next view xa/receipt @ rev 21673
updated gdk-pixbuf (2.38.0 -> 2.40.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 29 10:03:27 2020 +0100 (2020-06-29) |
parents | |
children |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xa"
4 VERSION="2.3.8"
5 CATEGORY="development"
6 SHORT_DESC="Cross-assembler for 6502 microprocessor"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.floodgap.com/retrotech/xa/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://www.floodgap.com/retrotech/xa/dists/$TARBALL"
14 compile_rules() {
15 make &&
16 make DESTDIR="$install/usr" install
17 }
19 genpkg_rules() {
20 copy @std
21 }