wok diff xa/receipt @ rev 22876

web-applications: localize wikipedia
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 21 18:28:59 2020 +0100 (2020-02-21)
parents 8525be25baad
children 03d5034fa3d8
line diff
     1.1 --- a/xa/receipt	Fri Apr 07 21:50:50 2017 +0200
     1.2 +++ b/xa/receipt	Fri Feb 21 18:28:59 2020 +0100
     1.3 @@ -1,21 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xa"
     1.7 -VERSION="2.3.7"
     1.8 +VERSION="2.3.9"
     1.9  CATEGORY="development"
    1.10 +TAGS="cross assembler 6502"
    1.11  SHORT_DESC="6502 cross assembler."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="http://www.floodgap.com/retrotech/xa/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://www.floodgap.com/retrotech/xa/"
    1.18  WGET_URL="${WEB_SITE}dists/$TARBALL"
    1.19 -TAGS="cross assembler 6502"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	sed -i "s|/usr/local|$DESTDIR/usr|" Makefile
    1.25 -	make && make install
    1.26 +	make DESTDIR=$DESTDIR/usr &&
    1.27 +	make install DESTDIR=$DESTDIR/usr
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.