
Receipt for package "mm-common"
# SliTaz package receipt. PACKAGE="mm-common" VERSION="1.0.4" CATEGORY="development" SHORT_DESC="Common build files of the C++ bindings." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL2" WEB_SITE="https://www.gtkmm.org/" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" BUILD_DEPENDS="autoconf automake wget" # busybox wget is not sufficient 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() { ./autogen.sh --prefix=/usr && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cook_copy_folders usr }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)