wok-6.x diff liblrdf-dev/receipt @ rev 23164
updated mapserver (7.4.0 -> 7.4.3)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 17 15:05:55 2020 +0100 (2020-03-17) |
parents | 8ed62ecac0c7 |
children |
line diff
1.1 --- a/liblrdf-dev/receipt Thu Dec 05 11:43:50 2013 +0000 1.2 +++ b/liblrdf-dev/receipt Tue Mar 17 15:05:55 2020 +0100 1.3 @@ -1,21 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="liblrdf-dev" 1.7 -VERSION="0.4.0" 1.8 +VERSION="0.6.1" 1.9 CATEGORY="development" 1.10 MAINTAINER="jozee@slitaz.org" 1.11 LICENSE="GPL2" 1.12 -SHORT_DESC="liblrdf devel files" 1.13 +SHORT_DESC="liblrdf development files." 1.14 WEB_SITE="http://librdf.org/raptor" 1.15 + 1.16 +DEPENDS="liblrdf pkg-config raptor-dev" 1.17 WANTED="liblrdf" 1.18 1.19 -DEPENDS="liblrdf raptor-dev 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/lib/*.*a $fs/usr/lib 1.26 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.27 - cp -a $install/usr/include $fs/usr 1.28 + 1.29 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.30 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.31 + cp -a $install/usr/include $fs/usr 1.32 }