
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+" HOST_ARCH="i486 x86_64" 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 }
6091 packages and 256114 files in current database (Thu Apr 3 00:00:04 2025)