wok-next view comical/receipt @ rev 21168
New package asciidoctor
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Mar 25 12:22:25 2019 +0200 (2019-03-25) |
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 }