wok annotate sord-dev/receipt @ rev 23823

created recipes for qt5 packages
author Hans-G?nter Theisgen
date Thu May 28 10:56:20 2020 +0100 (2020-05-28)
parents e7a161a764c6
children 870e1ce31226
rev   line source
pascal@13383 1 # SliTaz package receipt.
pascal@13383 2
pascal@13383 3 PACKAGE="sord-dev"
Hans-G?nter@23659 4 VERSION="0.16.4"
pascal@13383 5 CATEGORY="development"
pascal@13383 6 SHORT_DESC="A lightweight C library for storing RDF data in memory, development files."
pascal@13383 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15593 8 LICENSE="ISC"
Hans-G?nter@23659 9 WEB_SITE="https://drobilla.net/software/sord/"
pascal@13383 10
Hans-G?nter@23659 11 DEPENDS="pkg-config sord"
Hans-G?nter@21931 12 WANTED="sord"
pascal@13383 13
pascal@13383 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13383 15 genpkg_rules()
pascal@13383 16 {
pascal@13383 17 mkdir -p $fs/usr/lib
Hans-G?nter@21931 18
Hans-G?nter@21931 19 cp -a $install/usr/include $fs/usr
Hans-G?nter@21931 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@13383 21 }