wok-next view gperiodic/receipt @ rev 20790

1. update also pinentry-gtk to new version 2. add to both fltk-dev so fltk-config is found 3. I want to force also a build to see if it really builds OKish here (see wok-build)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 11:23:42 2018 +0000 (2018-06-09)
parents 17542efd96c8
children a3c581bf52b8
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gperiodic"
4 VERSION="2.0.10"
5 CATEGORY="misc"
6 SHORT_DESC="A periodic table element"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.frantz.fi/software/gperiodic.php"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://www.frantz.fi/software/$TARBALL"
14 BUILD_DEPENDS="gtk+-dev gettext-tools"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 sed -i 's| GtkTooltips| struct _GtkTooltips|' gperiodic.h
20 make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 copy @std *.mo
27 DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ pango"
28 }