wok-next view gperiodic/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
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 }