wok-next view acme/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
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 }