
Receipt for package "mate-polkit"
# SliTaz package receipt. PACKAGE="mate-polkit" VERSION="1.9.0" CATEGORY="utilities" LICENSE="GPL3" SHORT_DESC="PolicyKit integration for the MATE desktop." 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+ polkit" BUILD_DEPENDS="wget cacerts autoconf automake libtool itstool \ gtk+-dev gtk-doc polkit-dev gobject-introspection-dev mate-common-dev \ expat-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 \ --libexecdir=/usr/lib/$PACKAGE \ --sysconfdir=/etc \ --localstatedir=/var \ --with-gtk=2.0 \ --enable-introspection \ --disable-static \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install } genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/etc $fs cp -a $install/usr/lib/*.so* $fs/usr/lib cp -a $install/usr/lib/$PACKAGE $fs/usr/lib/$PACKAGE }
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)