wok-next annotate 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
rev   line source
al@14128 1 # SliTaz package receipt.
al@14128 2
al@14128 3 PACKAGE="comical"
al@14128 4 VERSION="0.8"
al@14128 5 CATEGORY="graphics"
al@14128 6 SHORT_DESC="Comic book reader"
al@14128 7 MAINTAINER="al.bobylev@gmail.com"
pascal@15000 8 LICENSE="GPL2"
al@14128 9 WEB_SITE="http://comical.sourceforge.net/"
al@21020 10
al@14128 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@14128 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
al@14128 13
al@18521 14 BUILD_DEPENDS="wxWidgets28-dev"
al@14128 15
al@21020 16 compile_rules() {
al@21020 17 make -j1
al@14128 18 }
al@14128 19
al@21020 20 genpkg_rules() {
al@14128 21 mkdir -p $fs/usr/bin
al@14128 22 cp -a $src/comical $fs/usr/bin
al@21020 23 DEPENDS="wxWidgets28"
al@14128 24 }