
Receipt for package "mate-common"
# SliTaz package receipt. PACKAGE="mate-common" VERSION="1.26.0" CATEGORY="utilities" LICENSE="GPL3" SHORT_DESC="Common package for MATE 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="" BUILD_DEPENDS="wget cacerts autoconf automake" current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. compile_rules() { sed -i 's|automake-1.14|automake-1.16 automake-1.15 &|' macros/mate-autogen ./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/share cp -a $install/usr/bin $fs/usr cp -a $install/usr/share/mate-common $fs/usr/share rm -rf $install/usr/share/man }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)