wok diff gnome-calculator/receipt @ rev 17071
tcpcrypt: fix build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Aug 22 18:46:29 2014 +0200 (2014-08-22) |
parents | |
children | 7d4e36ba1ddd |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gnome-calculator/receipt Fri Aug 22 18:46:29 2014 +0200 1.3 @@ -0,0 +1,29 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="gnome-calculator" 1.7 +VERSION="3.10.2" 1.8 +CATEGORY="utilities" 1.9 +LICENSE="GPL3" 1.10 +SHORT_DESC="GNOME Calculator is a powerful graphical calculator with financial, logical and scientific modes." 1.11 +MAINTAINER="yuripourre@gmail.com" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.13 +WEB_SITE="https://wiki.gnome.org/Apps/Calculator" 1.14 +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 1.15 + 1.16 +DEPENDS="gtk+3 glib" 1.17 +BUILD_DEPENDS="gtk+3-dev glib-dev itstool yelp-xsl" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + ./configure \ 1.23 + --prefix=/usr \ 1.24 + $CONFIGURE_ARGS && 1.25 + make && 1.26 + make DESTDIR=$DESTDIR install 1.27 +} 1.28 + 1.29 +genpkg_rules() 1.30 +{ 1.31 + cp -a $install/usr $fs 1.32 +}