wok-6.x diff libtdb-dev/receipt @ rev 23603
updated quota (4.01 -> 4.05)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 11 17:02:26 2020 +0100 (2020-04-11) |
parents | 8ed62ecac0c7 |
children | 4ab89f7482b3 |
line diff
1.1 --- a/libtdb-dev/receipt Thu Dec 05 11:43:50 2013 +0000 1.2 +++ b/libtdb-dev/receipt Sat Apr 11 17:02:26 2020 +0100 1.3 @@ -1,21 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libtdb-dev" 1.7 -VERSION="1.2.9" 1.8 +VERSION="1.4.3" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="devlopment files for libtdb" 1.11 +SHORT_DESC="Development files for libtdb." 1.12 MAINTAINER="slaxemulator@gmail.com" 1.13 LICENSE="LGPL3" 1.14 -WEB_SITE="http://tdb.samba.org/" 1.15 -WANTED="libtdb" 1.16 +WEB_SITE="https://tdb.samba.org/" 1.17 1.18 DEPENDS="libtdb pkg-config" 1.19 +WANTED="libtdb" 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/local/include $fs/usr 1.26 - cp -a $install/usr/local/lib/pkgconfig $fs/usr/lib 1.27 + 1.28 + cp -a $install/usr/local/include $fs/usr 1.29 + cp -a $install/usr/local/lib/pkgconfig $fs/usr/lib 1.30 } 1.31