wok diff sratom/receipt @ rev 25672
Up minidlna (1.3.3), phpmyadmin (5.2.1), pidgin (2.14.13), redis (7.2.4), rsync (3.2.7), rust (1.76.0), screen (4.9.1), squashfs (4.6.1), squid (6.7), stunnel (5.72), tcpdump (4.99.4)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 26 14:07:44 2024 +0000 (10 months ago) |
parents | 870e1ce31226 |
children |
line diff
1.1 --- a/sratom/receipt Fri Apr 08 10:34:41 2022 +0000 1.2 +++ b/sratom/receipt Mon Feb 26 14:07:44 2024 +0000 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.