SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "adwaita-icon-theme"

# SliTaz package receipt.

PACKAGE="adwaita-icon-theme"
VERSION="41.0"
SERIES="${VERSION%%.*}"    # first two numbers from version
CATEGORY="customization"
SHORT_DESC="A collection of icons used at the basis for GNOME themes."
MAINTAINER="al.bobylev@gmail.com"
LICENSE="LGPL3 CC-BY-SA-3"
WEB_SITE="https://github.com/GNOME/adwaita-icon-theme"

TARBALL="$PACKAGE-$VERSION.tar.xz"
WGET_URL="$GNOME_MIRROR/$PACKAGE/$SERIES/$TARBALL"

DEPENDS=""
BUILD_DEPENDS=""

# What is the latest version available today?
current_version()
{
    wget -O - $WEB_SITE/tags 2>/dev/null | \
    sed '/alpha/d;/beta/d;/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure        \
        --prefix=/usr    \
        $CONFIGURE_ARGS &&
    make &&
    make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a $install/*    $fs
    rm -r            $fs/usr/share/pkgconfig
}
5935 packages and 845883 files in cooking database (Sun Jun 30 00:45:24 2024)