wok-next view acme/receipt @ rev 20833

prosody: what I see missing when I start the old prosody 0.9.4
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Jun 17 19:03:23 2018 +0000 (2018-06-17)
parents 954af192f8fe
children a3c581bf52b8
line source
1 # SliTaz package receipt v2.
3 PACKAGE="acme"
4 VERSION="0.91"
5 CATEGORY="development"
6 SHORT_DESC="A Crossassembler for Multiple Environments (6502, 65c02 and 65816)"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.esw-heim.tu-clausthal.de/~marco/smorbrod/acme"
11 TARBALL="$PACKAGE${VERSION/./}src.tar.bz2"
12 WGET_URL="$WEB_SITE/current/$TARBALL"
14 compile_rules() {
15 cd $src/src
16 make &&
17 install -Dm755 $src/src/acme $install/usr/bin/acme
18 }
20 genpkg_rules() {
21 copy @std
22 }