wok-next annotate gperiodic/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents d5aab818505e
children
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"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15600 8 LICENSE="GPL2"
al@20906 9 WEB_SITE="https://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
al@21020 14 BUILD_DEPENDS="gtk2-dev gettext"
pascal@15600 15
al@21020 16 compile_rules() {
pascal@1530 17 sed -i 's| GtkTooltips| struct _GtkTooltips|' gperiodic.h
al@21020 18
al@21020 19 make &&
al@21020 20 make install
erjo@511 21 }
erjo@511 22
al@21020 23 genpkg_rules() {
al@19901 24 copy @std *.mo
al@21105 25 DEPENDS="atk libcairo fontconfig freetype gdk-pixbuf glib gtk2 pango"
erjo@511 26 }