wok-next annotate acme/receipt @ rev 21480

updated aircrack-ng (1.4 -> 1.6)
author Hans-G?nter Theisgen
date Thu Jun 18 14:12:59 2020 +0100 (2020-06-18)
parents cc1529fd88ad
children
rev   line source
al@20461 1 # SliTaz package receipt v2.
pascal@15874 2
pascal@15874 3 PACKAGE="acme"
al@20999 4 VERSION="0.96.1"
al@20999 5 COMMIT="6f42edb" # 2017-03-29
pascal@15874 6 CATEGORY="development"
al@20461 7 SHORT_DESC="A Crossassembler for Multiple Environments (6502, 65c02 and 65816)"
pascal@15874 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15874 9 LICENSE="GPL2"
al@20999 10 WEB_SITE="https://github.com/meonwax/acme"
al@21020 11 REPOLOGY="acme-crossassembler"
al@20461 12
al@20999 13 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20999 14 WGET_URL="https://github.com/meonwax/acme/archive/$COMMIT.tar.gz"
pascal@15874 15
al@20461 16 compile_rules() {
pascal@15874 17 cd $src/src
al@20999 18 make || return 1
al@20999 19
al@20999 20 install -Dm755 acme $install/usr/bin/acme
al@20999 21
al@20999 22 cook_pick_docs $src/README.md $src/docs/
pascal@15874 23 }
pascal@15874 24
al@20461 25 genpkg_rules() {
al@20461 26 copy @std
pascal@15874 27 }