wok-next diff comical/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | d6378d455338 |
children |
line diff
1.1 --- a/comical/receipt Thu May 10 21:12:00 2018 +0300 1.2 +++ b/comical/receipt Sat Nov 21 14:32:44 2020 +0100 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 }