wok diff libhx-dev/receipt @ rev 23520
updated python-openid (2.2.4 -> 2.2.5)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 13:49:22 2020 +0100 (2020-04-06) |
parents | 75937d22148a |
children | a6336704378f |
line diff
1.1 --- a/libhx-dev/receipt Mon Sep 28 12:02:13 2015 +0200 1.2 +++ b/libhx-dev/receipt Mon Apr 06 13:49:22 2020 +0100 1.3 @@ -1,22 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libhx-dev" 1.7 -VERSION="3.21" 1.8 +VERSION="3.24" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="data structures and functions for scripting languages, dev files." 1.11 +SHORT_DESC="Data structures and functions for scripting languages, development files." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="LGPL3 LGPL2.1" 1.14 -SOURCE="libHX" 1.15 -WANTED="libhx" 1.16 WEB_SITE="http://libhx.sourceforge.net/" 1.17 1.18 +SOURCE="libHX" 1.19 DEPENDS="pkg-config" 1.20 +WANTED="libhx" 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 mkdir -p $fs/usr/lib 1.26 - cp -a $install/usr/lib/*a $fs/usr/lib 1.27 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.28 - cp -a $install/usr/include $fs/usr 1.29 + 1.30 + cp -a $install/usr/lib/*a $fs/usr/lib 1.31 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.32 + cp -a $install/usr/include $fs/usr 1.33 }