SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "gnome-icon-theme"

# SliTaz package receipt.

PACKAGE="gnome-icon-theme"
VERSION="3.12.0"
CATEGORY="customization"
SHORT_DESC="Default GNOME icon theme."
MAINTAINER="pankso@slitaz.org"
LICENSE="LGPL3"
TARBALL="$PACKAGE-$VERSION.tar.xz"
WEB_SITE="https://www.gnome.org/"
WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"

BUILD_DEPENDS="icon-naming-utils intltool pkg-config gtk+"

current_version()
{
    wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
}

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

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share $fs/usr/lib
    cp -a $install/usr/share/icons $fs/usr/share
    # pkgconfig in /usr/lib
    cp -a $install/usr/share/pkgconfig $fs/usr/lib
}
6025 packages and 203653 files in current database (Fri May 31 00:00:08 2024)