wok-next view comical/receipt @ rev 21001

Typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 05 14:47:39 2018 +0300 (2018-10-05)
parents affba9aecc73
children d5aab818505e
line source
1 # SliTaz package receipt.
3 PACKAGE="comical"
4 VERSION="0.8"
5 CATEGORY="graphics"
6 SHORT_DESC="Comic book reader"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://comical.sourceforge.net/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
13 DEPENDS="wxWidgets28"
14 BUILD_DEPENDS="wxWidgets28-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make -j 1
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/comical $fs/usr/bin
27 }