SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "libmateweather"

# SliTaz package receipt.

PACKAGE="libmateweather"
VERSION="1.9.1"
CATEGORY="utilities"
LICENSE="GPL3"
SHORT_DESC="Provides access to weather information from the Internet."
MAINTAINER="yuripourre@gmail.com"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="https://www.mate-desktop.org/"
WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL"
TAGS="MATE"
DEPENDS="gtk+ libsoup"
BUILD_DEPENDS="wget dconf-dev gtk+-dev autoconf automake libtool itstool \
gtk-doc sqlite-dev mate-common-dev mate-desktop-dev libsoup-dev"

current_version()
{
    wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
}

# Rules to configure and make the package.
compile_rules()
{
    ./autogen.sh               \
        --prefix=/usr          \
        --sysconfdir=/etc      \
        --localstatedir=/var   \
        --disable-static       \
        --disable-python       \
        $CONFIGURE_ARGS &&
    make &&
    make DESTDIR=$DESTDIR install
}

genpkg_rules()
{
    mkdir -p $fs/usr/lib $fs/usr/share
    cp -a $install/usr/lib/*.so* $fs/usr/lib
    cp -a $install/usr/share $fs/usr
}
6047 packages and 209931 files in current database (Wed Jun 26 15:35:30 2024)