SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "lxde-icon-theme"

# SliTaz package receipt.

PACKAGE="lxde-icon-theme"
VERSION="0.5.1"
CATEGORY="customization"
SHORT_DESC="LXDE standard icon theme"
MAINTAINER="al.bobylev@gmail.com"
LICENSE="LGPL3"
WEB_SITE="https://www.lxde.org/"
TARBALL="$PACKAGE-$VERSION.tar.xz"
WGET_URL="$SF_MIRROR/lxde/$TARBALL"
TAGS="LXDE"

DEPENDS=""
BUILD_DEPENDS="coreutils"

# What is the latest version available today?
current_version()
{
    wget -O - https://sourceforge.net/projects/lxde/files/LXDE%20Icon%20Theme/ 2>/dev/null | \
    sed "/$PACKAGE-/!d;s|.*$PACKAGE-\\(.*\\)\" .*|\\1|;q"
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure $CONFIGURE_ARGS && make && make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a $install/* $fs
}
6047 packages and 209931 files in current database (Wed Jun 26 15:35:30 2024)