wok-6.x diff neon-dev/receipt @ rev 24957
*/stuff/bootloader.S: add CHK_DOS_INT19 (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 23 15:41:59 2022 +0000 (2022-04-23) |
parents | 47e1df965953 |
children | e95024856175 |
line diff
1.1 --- a/neon-dev/receipt Thu Dec 05 13:21:20 2013 +0000 1.2 +++ b/neon-dev/receipt Sat Apr 23 15:41:59 2022 +0000 1.3 @@ -1,21 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="neon-dev" 1.7 -VERSION="0.29.3" 1.8 +VERSION="0.30.2" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Neon HTTP and WebDAV client library" 1.11 +SHORT_DESC="Neon HTTP and WebDAV client library - development files." 1.12 MAINTAINER="lehswe@gmail.com" 1.13 LICENSE="GPL2" 1.14 WEB_SITE="http://www.webdav.org/neon" 1.15 -WANTED="neon" 1.16 1.17 DEPENDS="pkg-config" 1.18 +WANTED="neon" 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/include $fs/usr 1.27 + 1.28 + cp -a $install/usr/lib/*a $fs/usr/lib 1.29 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.30 + cp -a $install/usr/include $fs/usr 1.31 }