# HG changeset patch # User Hans-G?nter Theisgen # Date 1658568051 -3600 # Node ID da47eb3e3c500c6dc55490cae59fd215be60e357 # Parent 1065db0a80794438d748385241a7040c3d86a1a0 updated sratom (0.6.4 -> 0.6.12) diff -r 1065db0a8079 -r da47eb3e3c50 sratom/receipt --- a/sratom/receipt Sat Jul 23 10:15:00 2022 +0100 +++ b/sratom/receipt Sat Jul 23 10:20:51 2022 +0100 @@ -1,18 +1,18 @@ # SliTaz package receipt. PACKAGE="sratom" -VERSION="0.6.4" +VERSION="0.6.12" CATEGORY="development" SHORT_DESC="A library for serialising LV2 atoms to and from RDF, particularly the Turtle syntax." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="ISC" WEB_SITE="https://drobilla.net/software/sratom.html" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="http://download.drobilla.net/$TARBALL" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WGET_URL="https://download.drobilla.net/$TARBALL" DEPENDS="gcc83-lib-base serd sord" -BUILD_DEPENDS="gcc83 lv2 pkg-config serd-dev sord-dev" +BUILD_DEPENDS="gcc83 lv2 meson pkg-config serd-dev sord-dev" # What is the latest version available today? current_version() @@ -27,9 +27,10 @@ export CC=gcc-83 export CXX=g++-83 - ./waf configure --prefix=/usr && - ./waf build && - ./waf install --destdir=$DESTDIR + meson _build \ + --prefix=/usr && + ninja -C _build && + ninja -C _build install } # Rules to gen a SliTaz package suitable for Tazpkg.