wok-next diff comical/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 d6378d455338
children
line diff
     1.1 --- a/comical/receipt	Thu May 10 21:12:00 2018 +0300
     1.2 +++ b/comical/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -7,21 +7,18 @@
     1.4  MAINTAINER="al.bobylev@gmail.com"
     1.5  LICENSE="GPL2"
     1.6  WEB_SITE="http://comical.sourceforge.net/"
     1.7 +
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.10  
    1.11 -DEPENDS="wxWidgets28"
    1.12  BUILD_DEPENDS="wxWidgets28-dev"
    1.13  
    1.14 -# Rules to configure and make the package.
    1.15 -compile_rules()
    1.16 -{
    1.17 -	make -j 1
    1.18 +compile_rules() {
    1.19 +	make -j1
    1.20  }
    1.21  
    1.22 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.23 -genpkg_rules()
    1.24 -{
    1.25 +genpkg_rules() {
    1.26  	mkdir -p $fs/usr/bin
    1.27  	cp -a $src/comical $fs/usr/bin
    1.28 +	DEPENDS="wxWidgets28"
    1.29  }