wok-current diff libical-dev/receipt @ rev 21927
updated socat (2.0.0-b7 -> 2.0.0-b8)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Oct 05 21:31:52 2019 +0100 (2019-10-05) |
parents | 8ed62ecac0c7 |
children | da267e2be9e1 |
line diff
1.1 --- a/libical-dev/receipt Thu Dec 05 11:43:50 2013 +0000 1.2 +++ b/libical-dev/receipt Sat Oct 05 21:31:52 2019 +0100 1.3 @@ -1,22 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libical-dev" 1.7 -VERSION="0.44" 1.8 +VERSION="3.0.4" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Opensource ICalendar dev files" 1.11 +SHORT_DESC="Opensource ICalendar - development files." 1.12 MAINTAINER="erjo@slitaz.org" 1.13 LICENSE="MPL LGPL" 1.14 -WEB_SITE="http://www.citadel.org/doku.php/documentation:featured_projects:libical?do=export_xhtml" 1.15 +WEB_SITE="https://github.com/libical/libical/" 1.16 + 1.17 WANTED="libical" 1.18 - 1.19 DEPENDS="libical pkg-config" 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/include $fs/usr 1.26 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.27 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.28 + 1.29 + cp -a $install/usr/include $fs/usr 1.30 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.31 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.32 + 1.33 sed -i 's|/include$|/include/libical|' $fs/usr/lib/pkgconfig/libical.pc 1.34 }