wok-next view cellwriter/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents ec219fba60ea
children 65f5c0b7dcd4
line source
1 # SliTaz package receipt.
3 PACKAGE="cellwriter"
4 VERSION="1.3.5"
5 CATEGORY="x-window"
6 SHORT_DESC="A grid-entry handwriting input panel."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://risujin.org/cellwriter/"
11 WGET_URL="http://pub.risujin.org/latest.php?cellwriter/$TARBALL"
13 DEPENDS="gtk+ xorg-libXtst"
14 BUILD_DEPENDS="gtk+-dev xorg-libXtst-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure \
20 --without-gnome \
21 $CONFIGURE_ARGS &&
22 make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/share
29 cp -a $install/usr/bin $fs/usr
30 cp -a $install/usr/share/${PACKAGE} $fs/usr/share
31 }