wok-next diff acme/receipt @ rev 20678

Up clisp (2.50)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 15 02:59:03 2018 +0300 (2018-05-15)
parents 954af192f8fe
children a3c581bf52b8
line diff
     1.1 --- a/acme/receipt	Mon Feb 03 11:54:56 2014 +0000
     1.2 +++ b/acme/receipt	Tue May 15 02:59:03 2018 +0300
     1.3 @@ -1,28 +1,22 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="acme"
     1.8  VERSION="0.91"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="A Crossassembler for Multiple Environments (6502, 65c02 and 65816)."
    1.11 +SHORT_DESC="A Crossassembler for Multiple Environments (6502, 65c02 and 65816)"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="http://www.esw-heim.tu-clausthal.de/~marco/smorbrod/acme"
    1.15 +
    1.16  TARBALL="$PACKAGE${VERSION/./}src.tar.bz2"
    1.17 -WEB_SITE="http://www.esw-heim.tu-clausthal.de/~marco/smorbrod/acme"
    1.18  WGET_URL="$WEB_SITE/current/$TARBALL"
    1.19  
    1.20 -DEPENDS=""
    1.21 -BUILD_DEPENDS=""
    1.22 -
    1.23 -# Rules to configure and make the package.
    1.24 -compile_rules()
    1.25 -{
    1.26 +compile_rules() {
    1.27  	cd $src/src
    1.28 -	make
    1.29 +	make &&
    1.30 +	install -Dm755 $src/src/acme $install/usr/bin/acme
    1.31  }
    1.32  
    1.33 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 -genpkg_rules()
    1.35 -{
    1.36 -	mkdir -p $fs/usr/bin
    1.37 -	cp -a $src/src/acme $fs/usr/bin
    1.38 +genpkg_rules() {
    1.39 +	copy @std
    1.40  }