wok-current diff libtdb/receipt @ rev 24435
updated consolekit2 and consolekit2-dev (1.2.1 -> 1.2.4)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Feb 13 07:06:09 2022 +0100 (2022-02-13) |
parents | f5e828c7da09 |
children | ede1d184d5c5 |
line diff
1.1 --- a/libtdb/receipt Mon Sep 23 18:45:04 2013 +0000 1.2 +++ b/libtdb/receipt Sun Feb 13 07:06:09 2022 +0100 1.3 @@ -1,34 +1,38 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libtdb" 1.7 -VERSION="1.2.9" 1.8 +VERSION="1.4.3" 1.9 CATEGORY="misc" 1.10 -SHORT_DESC="A Trivia Database similar to GDBM but allows simultaneous commits" 1.11 +SHORT_DESC="A Trivia Database similar to GDBM but allows simultaneous commits." 1.12 MAINTAINER="slaxemulator@gmail.com" 1.13 LICENSE="LGPL3" 1.14 +WEB_SITE="https://tdb.samba.org/" 1.15 + 1.16 SOURCE="tdb" 1.17 TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 -WEB_SITE="http://tdb.samba.org/" 1.19 -WGET_URL="http://samba.org/ftp/$SOURCE/$TARBALL" 1.20 +WGET_URL="https://www.samba.org/ftp/$SOURCE/$TARBALL" 1.21 1.22 DEPENDS="" 1.23 -BUILD_DEPENDS="python-dev libxslt-dev docbook-xsl" 1.24 +BUILD_DEPENDS="docbook-xsl libxslt-dev py3k-dev" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 - cd $src 1.30 - sed -i 's#python2\.6\([^ ]*\)#python2.7\1 python2.6\1#' configure 1.31 + # 1.4.3 uses python3 1.32 +# sed -i 's#python2\.6\([^ ]*\)#python2.7\1 python2.6\1#' configure 1.33 # Use system docbook.xsl 1.34 _manstyle="/usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl" 1.35 #sed -i "s#http.*xsl#$_manstyle#" tdb.mk 1.36 - ./configure && make && make install 1.37 + 1.38 + ./configure && 1.39 + make && 1.40 + make install 1.41 } 1.42 1.43 # Rules to gen a SliTaz package suitable for Tazpkg. 1.44 genpkg_rules() 1.45 { 1.46 mkdir -p $fs/usr/lib 1.47 - cp -a $install/usr/local/lib/*.so* $fs/usr/lib 1.48 + cp -a $install/usr/local/lib/*.so* $fs/usr/lib 1.49 } 1.50