wok-next view cellwriter/receipt @ rev 21545
updated cgames (2.2 -> 2.2b)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jun 21 17:35:44 2020 +0100 (2020-06-21) |
parents | 5669e8b3be70 |
children |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="cellwriter"
4 VERSION="1.3.6"
5 CATEGORY="x-window"
6 SHORT_DESC="A grid-entry handwriting input panel"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/risujin/cellwriter/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/risujin/cellwriter/archive/$VERSION.tar.gz"
14 BUILD_DEPENDS="gtk2-dev libxtst-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make &&
19 make install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="libcairo gdk-pixbuf glib gtk2 pango libx11 libxtst"
25 }