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

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents 6fab3264ba87
children a20a093a9790
rev   line source
al@20777 1 # SliTaz package receipt v2.
yuripourre@16826 2
yuripourre@16826 3 PACKAGE="gnome-calculator"
al@20777 4 VERSION="3.28.1"
yuripourre@16826 5 CATEGORY="utilities"
al@20777 6 SHORT_DESC="GNOME Calculator is a powerful graphical calculator with \
al@20777 7 financial, logical and scientific modes"
al@20777 8 MAINTAINER="yuripourre@gmail.com"
yuripourre@16826 9 LICENSE="GPL3"
al@20777 10 WEB_SITE="https://wiki.gnome.org/Apps/Calculator"
al@20777 11
yuripourre@16826 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@20777 13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
yuripourre@16826 14
al@20777 15 BUILD_DEPENDS="meson ninja vala gtk+3-dev gtksourceview3-dev libsoup-dev \
al@20777 16 gettext mpfr-dev gmp-dev mpc-library-dev itstool yelp-xsl"
yuripourre@16826 17
al@20777 18 compile_rules() {
al@20777 19 meson-wrapper build &&
al@20777 20 ninja -C build &&
al@20777 21 DESTDIR="$install" ninja -C build install
yuripourre@16826 22 }
yuripourre@16826 23
al@20777 24 genpkg_rules() {
al@20777 25 copy @std
al@20777 26 DEPENDS="atk glib gtk+3 gtksourceview3 libsoup libxml2 mpc-library mpfr"
yuripourre@16826 27 }