wok-next view gperiodic/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
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 libcairo fontconfig freetype gdk-pixbuf glib gtk2 pango"
26 }