wok-next diff xa/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xa/receipt	Tue Sep 01 10:31:46 2020 +0000
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="xa"
     1.7 +VERSION="2.3.8"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Cross-assembler for 6502 microprocessor"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="http://www.floodgap.com/retrotech/xa/"
    1.13 +
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 +WGET_URL="http://www.floodgap.com/retrotech/xa/dists/$TARBALL"
    1.16 +
    1.17 +compile_rules() {
    1.18 +	make &&
    1.19 +	make DESTDIR="$install/usr" install
    1.20 +}
    1.21 +
    1.22 +genpkg_rules() {
    1.23 +	copy @std
    1.24 +}