
Receipt for package "meson054"
# SliTaz package receipt. PACKAGE="meson054" VERSION="0.54.3" CATEGORY="development" SHORT_DESC="The Meson Build System." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="Apache" WEB_SITE="https://mesonbuild.com/" SOURCE="meson" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="https://github.com/mesonbuild/$SOURCE/releases/download/$VERSION/$TARBALL" DEPENDS="ninja python3-setuptools" BUILD_DEPENDS="python3-setuptools" HOST_ARCH="i486 x86_64" current_version() { wget -O - ${WGET_URL%/rele*} 2>/dev/null | \ sed '/releases.tag/!d;s|.*/tag.v*\(.*\)".*|\1|;q' } # Rules to configure and make the package. compile_rules() { python3 setup.py build && python3 setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $install/usr $fs }
6094 packages and 260718 files in current database (Thu May 22 20:30:04 2025)