wok rev 25328

updated sratom (0.6.4 -> 0.6.12)
author Hans-G?nter Theisgen
date Sat Jul 23 10:20:51 2022 +0100 (21 months ago)
parents 1065db0a8079
children 44fa9ce8ef11
files sratom/receipt
line diff
     1.1 --- a/sratom/receipt	Sat Jul 23 10:15:00 2022 +0100
     1.2 +++ b/sratom/receipt	Sat Jul 23 10:20:51 2022 +0100
     1.3 @@ -1,18 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sratom"
     1.7 -VERSION="0.6.4"
     1.8 +VERSION="0.6.12"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A library for serialising LV2 atoms to and from RDF, particularly the Turtle syntax."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="ISC"
    1.13  WEB_SITE="https://drobilla.net/software/sratom.html"
    1.14  
    1.15 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 -WGET_URL="http://download.drobilla.net/$TARBALL"
    1.17 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.18 +WGET_URL="https://download.drobilla.net/$TARBALL"
    1.19  
    1.20  DEPENDS="gcc83-lib-base serd sord"
    1.21 -BUILD_DEPENDS="gcc83 lv2 pkg-config serd-dev sord-dev"
    1.22 +BUILD_DEPENDS="gcc83 lv2 meson pkg-config serd-dev sord-dev"
    1.23  
    1.24  # What is the latest version available today?
    1.25  current_version()
    1.26 @@ -27,9 +27,10 @@
    1.27  	export	CC=gcc-83
    1.28  	export	CXX=g++-83
    1.29  
    1.30 -	./waf configure --prefix=/usr &&
    1.31 -	./waf build &&
    1.32 -	./waf install --destdir=$DESTDIR
    1.33 +	meson	_build		\
    1.34 +		--prefix=/usr &&
    1.35 +	ninja	-C _build &&
    1.36 +	ninja	-C _build install
    1.37  }
    1.38  
    1.39  # Rules to gen a SliTaz package suitable for Tazpkg.