wok-next view gperiodic/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents f48456621a9d
children 82b613cfd1e0
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="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.frantz.fi/software/gperiodic.php"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://www.frantz.fi/software/$TARBALL"
14 BUILD_DEPENDS="gtk2-dev gettext"
16 compile_rules() {
17 sed -i 's| GtkTooltips| struct _GtkTooltips|' gperiodic.h
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 copy @std *.mo
25 DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk2 pango"
26 }