
Receipt for package "mate-desktop"
# SliTaz package receipt. PACKAGE="mate-desktop" VERSION="1.9.3" CATEGORY="utilities" LICENSE="GPL3" SHORT_DESC="Common package for MATE Desktop applications." MAINTAINER="yuripourre@gmail.com" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://www.mate-desktop.org/" WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL" TAGS="MATE" DEPENDS="gtk+ gdk-pixbuf libltdl" BUILD_DEPENDS="wget cacerts autoconf automake dconf-dev libtool itstool \ mate-common-dev gtk-doc gtk+-dev gdk-pixbuf-dev yelp-tools harfbuzz-dev" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. compile_rules() { ./autogen.sh \ --prefix=/usr \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/usr/bin $fs/usr cp -a $install/usr/share $fs/usr cp -a $install/usr/lib/*.so* $fs/usr/lib }
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)