
Receipt for package "sord"
# SliTaz package receipt. PACKAGE="sord" VERSION="0.16.12" CATEGORY="development" SHORT_DESC="A lightweight C library for storing RDF data in memory." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="ISC" WEB_SITE="https://drobilla.net/software/sord.html" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="https://download.drobilla.net/$TARBALL" DEPENDS="pcre serd" BUILD_DEPENDS="meson pcre pkg-config serd-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() { meson _build \ --prefix=/usr && ninja -C _build && ninja -C _build install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cook_copy_folders bin cook_copy_files *.so* }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)