wok-next view gperiodic/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }