wok-next annotate gnome-calculator/receipt @ rev 21039

mariadb 10.3.10
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 09 03:18:57 2018 +0200 (2018-11-09)
parents a20a093a9790
children
rev   line source
al@20777 1 # SliTaz package receipt v2.
yuripourre@16826 2
yuripourre@16826 3 PACKAGE="gnome-calculator"
al@21009 4 VERSION="3.30.1"
yuripourre@16826 5 CATEGORY="utilities"
al@21009 6 SHORT_DESC="Calculator with financial, logical and scientific modes"
al@20777 7 MAINTAINER="yuripourre@gmail.com"
yuripourre@16826 8 LICENSE="GPL3"
al@20777 9 WEB_SITE="https://wiki.gnome.org/Apps/Calculator"
al@20777 10
yuripourre@16826 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@20777 12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
yuripourre@16826 13
al@21009 14 BUILD_DEPENDS="meson ninja vala gtk3-dev gtksourceview3-dev libsoup-dev \
al@21020 15 gettext-dev mpfr-dev gmp-dev mpc-library-dev itstool yelp-xsl"
yuripourre@16826 16
al@20777 17 compile_rules() {
al@21009 18 mkdir build
al@21009 19 cd build
al@21009 20 meson-wrapper &&
al@21009 21 ninja &&
al@21009 22 ninja install || return 1
al@21009 23
al@21009 24 fix symlinks
yuripourre@16826 25 }
yuripourre@16826 26
al@20777 27 genpkg_rules() {
al@20777 28 copy @std
al@21009 29 DEPENDS="atk glib gtk3 gtksourceview3 libsoup libxml2 mpc-library mpfr"
yuripourre@16826 30 }