wok annotate serd-dev/receipt @ rev 22067
updated udevil again (0.4.3 -> 0.4.4)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Oct 25 14:56:03 2019 +0100 (2019-10-25) |
parents | 47e1df965953 |
children | 3b146ee1b791 |
rev | line source |
---|---|
pascal@13383 | 1 # SliTaz package receipt. |
pascal@13383 | 2 |
pascal@13383 | 3 PACKAGE="serd-dev" |
Hans-G?nter@21900 | 4 VERSION="0.30.0" |
pascal@13383 | 5 CATEGORY="development" |
pascal@13383 | 6 SHORT_DESC="A lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples, development files." |
pascal@13383 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15593 | 8 LICENSE="ISC" |
Hans-G?nter@21900 | 9 WEB_SITE="https://drobilla.net/software/serd/" |
pascal@13383 | 10 |
pascal@15599 | 11 DEPENDS="serd pkg-config" |
Hans-G?nter@21900 | 12 WANTED="serd" |
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@21900 | 18 |
Hans-G?nter@21900 | 19 cp -a $install/usr/include $fs/usr |
Hans-G?nter@21900 | 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pascal@13383 | 21 } |