wok-current diff msgpack-dev/receipt @ rev 21623
linld: more ram for zImage (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 26 12:07:54 2019 +0200 (2019-05-26) |
parents | 3ea059f6339d |
children | fadd1a998e4b |
line diff
1.1 --- a/msgpack-dev/receipt Thu Nov 30 17:48:13 2017 +0100 1.2 +++ b/msgpack-dev/receipt Sun May 26 12:07:54 2019 +0200 1.3 @@ -1,22 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="msgpack-dev" 1.7 -VERSION="2.1.5" 1.8 +VERSION="3.1.1" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="MessagePack implementation for C and C++, development files" 1.11 +SHORT_DESC="MessagePack implementation for C and C++, development files." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="MIT" 1.14 WEB_SITE="https://tmate.io/" 1.15 -WANTED="msgpack" 1.16 1.17 DEPENDS="msgpack pkg-config" 1.18 +WANTED="msgpack" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/lib 1.24 - cp -a $install/usr/lib/*a $fs/usr/lib 1.25 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.26 - cp -a $install/usr/lib/cmake $fs/usr/lib 1.27 - cp -a $install/usr/include $fs/usr 1.28 + 1.29 + cp -a $install/usr/lib/*a $fs/usr/lib 1.30 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.31 + cp -a $install/usr/lib/cmake $fs/usr/lib 1.32 + cp -a $install/usr/include $fs/usr 1.33 }