wok rev 17701

Add libmateweather
author Yuri Pourre <yuripourre@gmail.com>
date Fri Feb 27 01:06:08 2015 -0300 (2015-02-27)
parents fe7032bb58d0
children 11e3f9a32011
files libmateweather/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libmateweather/receipt	Fri Feb 27 01:06:08 2015 -0300
     1.3 @@ -0,0 +1,35 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libmateweather"
     1.7 +VERSION="1.9.1"
     1.8 +CATEGORY="utilities"
     1.9 +LICENSE="GPL3"
    1.10 +SHORT_DESC="Provides access to weather information from the Internet."
    1.11 +MAINTAINER="yuripourre@gmail.com"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://www.mate-desktop.org/"
    1.14 +WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL"
    1.15 +
    1.16 +DEPENDS="gtk+ libsoup"
    1.17 +BUILD_DEPENDS="wget dconf-dev gtk+-dev autoconf automake libtool itstool \
    1.18 +gtk-doc sqlite-dev mate-common-dev mate-desktop-dev libsoup-dev"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	./autogen.sh                   \
    1.24 +		--prefix=/usr          \
    1.25 +		--sysconfdir=/etc      \
    1.26 +		--localstatedir=/var   \
    1.27 +		--disable-static       \
    1.28 +		--disable-python       \
    1.29 +		$CONFIGURE_ARGS &&
    1.30 +	make &&
    1.31 +	make DESTDIR=$DESTDIR install
    1.32 +}
    1.33 +
    1.34 +genpkg_rules()
    1.35 +{
    1.36 +	mkdir -p $fs/usr
    1.37 +	cp -a $install/usr $fs
    1.38 +}