# HG changeset patch # User Yuri Pourre # Date 1405148614 10800 # Node ID feddc5f974741c39649c7bf3ffcc48621b42bce7 # Parent 860933d3b00d6afe9a5838d3a6d58f918db8a1fe Add gnome-calculator (3.10.2) diff -r 860933d3b00d -r feddc5f97474 gnome-calculator/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnome-calculator/receipt Sat Jul 12 04:03:34 2014 -0300 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="gnome-calculator" +VERSION="3.10.2" +CATEGORY="utilities" +LICENSE="GPL3" +SHORT_DESC="GNOME Calculator is a powerful graphical calculator with financial, logical and scientific modes." +MAINTAINER="yuripourre@gmail.com" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WEB_SITE="https://wiki.gnome.org/Apps/Calculator" +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" + +DEPENDS="gtk+3 glib" +BUILD_DEPENDS="gtk+3-dev glib-dev itstool yelp-xsl" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure \ + --prefix=/usr \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$DESTDIR install +} + +genpkg_rules() +{ + cp -a $install/usr $fs +}