wok rev 22040

updated tokyocabinet and tokyocabinet-dev (1.4.32 -> 1.4.48)
author Hans-G?nter Theisgen
date Mon Oct 21 17:24:12 2019 +0100 (2019-10-21)
parents 0721e701c55a
children 54a9e5bee276
files tokyocabinet-dev/receipt tokyocabinet/receipt
line diff
     1.1 --- a/tokyocabinet-dev/receipt	Mon Oct 21 16:50:24 2019 +0100
     1.2 +++ b/tokyocabinet-dev/receipt	Mon Oct 21 17:24:12 2019 +0100
     1.3 @@ -1,21 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tokyocabinet-dev"
     1.7 -VERSION="1.4.32"
     1.8 +VERSION="1.4.48"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="High performance database library, successor of QDBM - development files"
    1.11 +SHORT_DESC="High performance database library, successor of QDBM - development files."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="LGPL2.1"
    1.14 -WEB_SITE="https://sourceforge.net/projects/tokyocabinet"
    1.15 -WANTED="tokyocabinet"
    1.16 +WEB_SITE="https://fallabs.com/tokyocabinet/"
    1.17  
    1.18  DEPENDS="tokyocabinet pkg-config"
    1.19 +WANTED="tokyocabinet"
    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/pkgconfig $fs/usr/lib
    1.27 -	cp -a $install/usr/lib/*a $fs/usr/lib
    1.28 +
    1.29 +	cp -a $install/usr/include		$fs/usr
    1.30 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.31 +	cp -a $install/usr/lib/*a		$fs/usr/lib
    1.32  }
     2.1 --- a/tokyocabinet/receipt	Mon Oct 21 16:50:24 2019 +0100
     2.2 +++ b/tokyocabinet/receipt	Mon Oct 21 17:24:12 2019 +0100
     2.3 @@ -1,14 +1,15 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="tokyocabinet"
     2.7 -VERSION="1.4.32"
     2.8 +VERSION="1.4.48"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="High performance database library, successor of QDBM."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="LGPL2.1"
    2.13 +WEB_SITE="https://fallabs.com/tokyocabinet/"
    2.14 +
    2.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.16 -WEB_SITE="https://sourceforge.net/projects/tokyocabinet"
    2.17 -WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
    2.18 +WGET_URL="${WEB_SITE}$TARBALL"
    2.19  
    2.20  DEPENDS="bzlib zlib"
    2.21  BUILD_DEPENDS="bzip2-dev zlib-dev"
    2.22 @@ -16,8 +17,9 @@
    2.23  # Rules to configure and make the package.
    2.24  compile_rules()
    2.25  {
    2.26 -	./configure --prefix=/usr \
    2.27 -		--enable-off64 \
    2.28 +	./configure		\
    2.29 +		--prefix=/usr	\
    2.30 +		--enable-off64	\
    2.31  		$CONFIGURE_ARGS &&
    2.32  	make &&
    2.33  	make DESTDIR=$DESTDIR install
    2.34 @@ -27,7 +29,8 @@
    2.35  genpkg_rules()                                      
    2.36  {
    2.37  	mkdir -p $fs/usr/lib
    2.38 -	cp -a $install/usr/bin $fs/usr
    2.39 -	cp -a $install/usr/libexec $fs/usr
    2.40 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.41 +
    2.42 +	cp -a $install/usr/bin		$fs/usr
    2.43 +	cp -a $install/usr/libexec	$fs/usr
    2.44 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    2.45  }