SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

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"

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
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)