wok diff log4c-dev/receipt @ rev 21873
Up wpa_supplicant (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 27 15:06:17 2019 +0200 (2019-09-27) |
parents | 76b72f1ad63c |
children |
line diff
1.1 --- a/log4c-dev/receipt Sat Aug 10 11:00:21 2013 +0000 1.2 +++ b/log4c-dev/receipt Fri Sep 27 15:06:17 2019 +0200 1.3 @@ -1,22 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="log4c-dev" 1.7 -VERSION="1.2.1" 1.8 +VERSION="1.2.4" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Log4c development files" 1.11 +SHORT_DESC="Log4c - development files" 1.12 MAINTAINER="erjo@slitaz.org" 1.13 LICENSE="LGPL2.1" 1.14 -WEB_SITE="http://log4c.sourceforge.net" 1.15 -WANTED="log4c" 1.16 +WEB_SITE="https://log4c.sourceforge.io" 1.17 1.18 DEPENDS="log4c" 1.19 +WANTED="log4c" 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr/lib 1.25 - cp -a $install/usr/bin $fs/usr 1.26 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.27 - cp -a $install/usr/include $fs/usr 1.28 - cp -a $install/usr/share $fs/usr 1.29 + 1.30 + cp -a $install/usr/bin $fs/usr 1.31 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.32 + cp -a $install/usr/include $fs/usr 1.33 + cp -a $install/usr/share $fs/usr 1.34 }