wok-current rev 25427
updated xapian and xapian-dev (1.4.15 -> 1.4.20)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Aug 18 17:00:01 2022 +0100 (2022-08-18) |
parents | 272cacdf0c0a |
children | 227fb0d8e0ed |
files | xapian-dev/receipt xapian/receipt |
line diff
1.1 --- a/xapian-dev/receipt Thu Aug 18 16:42:41 2022 +0100 1.2 +++ b/xapian-dev/receipt Thu Aug 18 17:00:01 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xapian-dev" 1.7 -VERSION="1.4.15" 1.8 +VERSION="1.4.20" 1.9 CATEGORY="development" 1.10 SHORT_DESC="An Open Source Search Engine Library - development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org"
2.1 --- a/xapian/receipt Thu Aug 18 16:42:41 2022 +0100 2.2 +++ b/xapian/receipt Thu Aug 18 17:00:01 2022 +0100 2.3 @@ -1,12 +1,13 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="xapian" 2.7 -VERSION="1.4.15" 2.8 +VERSION="1.4.20" 2.9 CATEGORY="office" 2.10 SHORT_DESC="An Open Source Search Engine Library." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="GPL2" 2.13 WEB_SITE="https://xapian.org/" 2.14 +REPOLOGY="xapian-core" 2.15 2.16 TARBALL="$PACKAGE-core-$VERSION.tar.xz" 2.17 WGET_URL="https://oligarchy.co.uk/$PACKAGE/$VERSION/$TARBALL" 2.18 @@ -30,14 +31,12 @@ 2.19 --prefix=/usr \ 2.20 $CONFIGURE_ARGS && 2.21 make && 2.22 - make DESTDIR=$DESTDIR install 2.23 + make install DESTDIR=$DESTDIR 2.24 } 2.25 2.26 # Rules to gen a SliTaz package suitable for Tazpkg. 2.27 genpkg_rules() 2.28 { 2.29 - mkdir -p $fs/usr/lib 2.30 - 2.31 - cp -a $install/usr/bin $fs/usr 2.32 - cp -a $install/usr/lib/*.so* $fs/usr/lib 2.33 + cook_copy_folders bin 2.34 + cook_copy_files *.so* 2.35 }