wok-next annotate gperiodic/receipt @ rev 20559

rrdtool: syntax error
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 07 17:41:33 2018 +0300 (2018-04-07)
parents 17542efd96c8
children a3c581bf52b8
rev   line source
al@19901 1 # SliTaz package receipt v2.
erjo@511 2
erjo@511 3 PACKAGE="gperiodic"
erjo@511 4 VERSION="2.0.10"
pascal@745 5 CATEGORY="misc"
erjo@511 6 SHORT_DESC="A periodic table element"
erjo@784 7 MAINTAINER="erjo@slitaz.org"
pascal@15600 8 LICENSE="GPL2"
al@19901 9 WEB_SITE="http://www.frantz.fi/software/gperiodic.php"
al@19901 10
erjo@511 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@511 12 WGET_URL="http://www.frantz.fi/software/$TARBALL"
erjo@511 13
pascal@19899 14 BUILD_DEPENDS="gtk+-dev gettext-tools"
pascal@15600 15
erjo@511 16 # Rules to configure and make the package.
erjo@511 17 compile_rules()
erjo@511 18 {
pascal@1530 19 sed -i 's| GtkTooltips| struct _GtkTooltips|' gperiodic.h
al@19901 20 make && make install
erjo@511 21 }
erjo@511 22
erjo@511 23 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@511 24 genpkg_rules()
erjo@511 25 {
al@19901 26 copy @std *.mo
al@19901 27 DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ pango"
erjo@511 28 }