wok diff serd-dev/receipt @ rev 25514
Add memtest64
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 16 14:18:05 2023 +0000 (21 months ago) |
parents | 870e1ce31226 |
children |
line diff
1.1 --- a/serd-dev/receipt Fri Apr 08 10:34:41 2022 +0000 1.2 +++ b/serd-dev/receipt Thu Feb 16 14:18:05 2023 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="serd-dev" 1.7 -VERSION="0.30.2" 1.8 +VERSION="0.30.12" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples, development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -14,8 +14,6 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr/lib 1.17 - 1.18 - cp -a $install/usr/include $fs/usr 1.19 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.20 + cook_copy_folders include 1.21 + cook_copy_folders pkgconfig 1.22 }