SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "acme"

# SliTaz package receipt.

PACKAGE="acme"
VERSION="0.91"
CATEGORY="development"
SHORT_DESC="A Crossassembler for Multiple Environments (6502, 65c02 and 65816)."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="GPL2"
TARBALL="$PACKAGE${VERSION/./}src.tar.gz"
WEB_SITE="https://github.com/meonwax/acme"
WGET_URL="https://www.mirrorservice.org/sites/ftp.cs.vu.nl/pub/minix/distfiles/backup/$TARBALL"
TAGS="cross assembler 6502"

DEPENDS=""
BUILD_DEPENDS=""

# What is the latest version available today?
current_version()
{
    wget -O - https://github.com/jan0sch/acme-crossassembler/tags 2>/dev/null | \
    sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
}

# Rules to configure and make the package.
compile_rules()
{
  cd $src/src
  make
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
  mkdir -p $fs/usr/bin
  cp -a $src/src/acme $fs/usr/bin
}

## -----------------------------------------------------------------------
## Revision: 03/Aug/2017 - SliTaz DevTeam.
## URL: "http://www.esw-heim.tu-clausthal.de/~marco/smorbrod/acme" is OFF.
## This looks good? => https://sourceforge.net/projects/acme-crossass/
## !! Please, remove this after you update. Thank you.
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)