wok-6.x diff xapian/receipt @ rev 22217
updated xorg-libXi and xorg-libXi-dev (1.7.1.901 -> 1.7.10)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Nov 11 16:32:55 2019 +0100 (2019-11-11) |
parents | a78610b2eb47 |
children | 190956005f2c |
line diff
1.1 --- a/xapian/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/xapian/receipt Mon Nov 11 16:32:55 2019 +0100 1.3 @@ -1,29 +1,36 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xapian" 1.7 -VERSION="1.2.19" 1.8 +VERSION="1.4.13" 1.9 CATEGORY="office" 1.10 SHORT_DESC="An Open Source Search Engine Library." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 +WEB_SITE="https://xapian.org/" 1.14 + 1.15 TARBALL="$PACKAGE-core-$VERSION.tar.xz" 1.16 -WEB_SITE="https://xapian.org/" 1.17 -WGET_URL="http://oligarchy.co.uk/$PACKAGE/$VERSION/$TARBALL" 1.18 +WGET_URL="https://oligarchy.co.uk/$PACKAGE/$VERSION/$TARBALL" 1.19 1.20 -DEPENDS="util-linux-uuid zlib gcc-lib-base" 1.21 -BUILD_DEPENDS="util-linux-uuid-dev zlib-dev" 1.22 +DEPENDS="gcc83-lib-base util-linux-uuid zlib" 1.23 +BUILD_DEPENDS="gcc83 util-linux-uuid-dev zlib-dev" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - ./configure --prefix=/usr $CONFIGURE_ARGS && 1.29 - make && make DESTDIR=$DESTDIR install 1.30 + ./configure \ 1.31 + CC=gcc-83 \ 1.32 + CXX=g++-83 \ 1.33 + --prefix=/usr \ 1.34 + $CONFIGURE_ARGS && 1.35 + make && 1.36 + make DESTDIR=$DESTDIR install 1.37 } 1.38 1.39 # Rules to gen a SliTaz package suitable for Tazpkg. 1.40 genpkg_rules() 1.41 { 1.42 mkdir -p $fs/usr/lib 1.43 - cp -a $install/usr/bin $fs/usr 1.44 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.45 + 1.46 + cp -a $install/usr/bin $fs/usr 1.47 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.48 }