
Receipt for package "sratom"
# SliTaz package receipt. PACKAGE="sratom" 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.xz" WGET_URL="https://download.drobilla.net/$TARBALL" DEPENDS="gcc83-lib-base serd sord" BUILD_DEPENDS="gcc83 lv2 meson pkg-config serd-dev sord-dev" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/*}/ 2>/dev/null | \ sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q } # Rules to configure and make the package. compile_rules() { export CC=gcc-83 export CXX=g++-83 meson _build \ --prefix=/usr && ninja -C _build && ninja -C _build install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $install/* $fs }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)