wok-next view 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 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/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="wxWidgets28-dev"
16 compile_rules() {
17 make -j1
18 }
20 genpkg_rules() {
21 mkdir -p $fs/usr/bin
22 cp -a $src/comical $fs/usr/bin
23 DEPENDS="wxWidgets28"
24 }