
Receipt for package "elementaryicons"
# SliTaz package receipt. PACKAGE="elementaryicons" VERSION="3.1" CATEGORY="customization" SHORT_DESC="Smooth modern theme designed to be intuitive" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL3" WEB_SITE="https://launchpad.net/elementaryicons" TARBALL="$PACKAGE$VERSION.tar.gz" WGET_URL="$WEB_SITE/${VERSION%%.*}.x/$VERSION/+download/$TARBALL" DEPENDS="" BUILD_DEPENDS="wget cacerts" # What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ sed '/Latest version is/!d;s|.*is ||' } # Rules to configure and make the package. compile_rules() { mkdir -p $install/usr/share/icons/elementary cp -a $src/* $install/usr/share/icons/elementary } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $install/* $fs }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)