wok diff nettle-dev/receipt @ rev 21552
updated nsd (4.0.1 -> 4.1.27)
author | Hans-G?nter Theisgen |
---|---|
date | Wed May 08 15:12:37 2019 +0100 (2019-05-08) |
parents | fc9203de5ff2 |
children | eeb3f2dda9df |
line diff
1.1 --- a/nettle-dev/receipt Tue Feb 21 15:50:51 2017 +0100 1.2 +++ b/nettle-dev/receipt Wed May 08 15:12:37 2019 +0100 1.3 @@ -1,22 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="nettle-dev" 1.7 -VERSION="3.1.1" 1.8 +VERSION="3.4.1" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="devel files for nettle" 1.11 +SHORT_DESC="Development files for nettle." 1.12 MAINTAINER="devl547@gmail.com" 1.13 LICENSE="LGPL2.1" 1.14 -WEB_SITE="http://www.lysator.liu.se/~nisse/nettle/" 1.15 -HOST_ARCH="i486 arm" 1.16 +WEB_SITE="https://www.lysator.liu.se/~nisse/nettle/" 1.17 1.18 WANTED="nettle" 1.19 DEPENDS="nettle pkg-config" 1.20 1.21 +HOST_ARCH="i486 arm" 1.22 + 1.23 # Rules to gen a SliTaz package suitable for Tazpkg. 1.24 genpkg_rules() 1.25 { 1.26 mkdir -p $fs/usr/lib 1.27 - cp -a $install/usr/include $fs/usr 1.28 - cp -a $install/usr/lib/*a $fs/usr/lib 1.29 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.30 + 1.31 + cp -a $install/usr/include $fs/usr 1.32 + cp -a $install/usr/lib/*a $fs/usr/lib 1.33 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.34 }