wok-next diff aterm/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents b156aee559a7
children 5669e8b3be70
line diff
     1.1 --- a/aterm/receipt	Tue Jun 12 00:53:16 2018 +0300
     1.2 +++ b/aterm/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -1,33 +1,26 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="aterm"
     1.8  VERSION="1.0.1"
     1.9  CATEGORY="misc"
    1.10 -SHORT_DESC="terminal emulator"
    1.11 +SHORT_DESC="Terminal emulator"
    1.12  MAINTAINER="allan316@gmail.com"
    1.13  LICENSE="GPL2"
    1.14 -WEB_SITE="http://aterm.sourceforge.net"
    1.15 +WEB_SITE="http://www.afterstep.org/aterm.php"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18 -WGET_URL="http://nchc.dl.sourceforge.net/sourceforge/aterm/$TARBALL"
    1.19 -TAGS="terminal"
    1.20 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.21  
    1.22 -DEPENDS="xorg-libX11"
    1.23  BUILD_DEPENDS="xorg-libSM-dev xorg-libXext-dev xorg-libXt-dev"
    1.24  
    1.25 -# Rules to configure and make the package.
    1.26 -compile_rules()
    1.27 -{
    1.28 -	case "$ARCH" in
    1.29 -	arm*)
    1.30 -		export PATH=/cross/arm/tools/arm-slitaz-linux-gnueabi/bin:$PATH
    1.31 -	esac
    1.32 +compile_rules() {
    1.33  	./configure $CONFIGURE_ARGS &&
    1.34 -	make && make install
    1.35 +	make &&
    1.36 +	make install
    1.37  }
    1.38  
    1.39 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.40 -genpkg_rules()
    1.41 -{
    1.42 -	mkdir -p $fs/usr
    1.43 -	cp -a $install/usr/bin $fs/usr
    1.44 +genpkg_rules() {
    1.45 +	copy @std
    1.46 +	DEPENDS="xorg-libX11"
    1.47 +	TAGS="terminal"
    1.48  }