wok view gnome-calculator/receipt @ rev 17009

Add gnome-hearts
author Yuri Pourre <yuripourre@gmail.com>
date Tue Aug 12 14:41:19 2014 -0300 (2014-08-12)
parents
children 7d4e36ba1ddd
line source
1 # SliTaz package receipt.
3 PACKAGE="gnome-calculator"
4 VERSION="3.10.2"
5 CATEGORY="utilities"
6 LICENSE="GPL3"
7 SHORT_DESC="GNOME Calculator is a powerful graphical calculator with financial, logical and scientific modes."
8 MAINTAINER="yuripourre@gmail.com"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WEB_SITE="https://wiki.gnome.org/Apps/Calculator"
11 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
13 DEPENDS="gtk+3 glib"
14 BUILD_DEPENDS="gtk+3-dev glib-dev itstool yelp-xsl"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure \
20 --prefix=/usr \
21 $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs
29 }