wok annotate clucene-dev/receipt @ rev 25510

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 12 20:36:56 2023 +0000 (16 months ago)
parents ad0bc3efbf37
children
rev   line source
domcox@6087 1 # SliTaz package receipt.
domcox@6087 2
domcox@6087 3 PACKAGE="clucene-dev"
Hans-G?nter@22601 4 VERSION="2.3.3.4"
domcox@6087 5 CATEGORY="system-tools"
Hans-G?nter@22601 6 SHORT_DESC="C++ port of Lucene, a high-performance, full-featured text search engine - development files."
pascal@13025 7 MAINTAINER="domcox@slitaz.org"
pascal@15022 8 LICENSE="LGPL Apache"
pascal@25510 9 WEB_SITE="https://sourceforge.net/projects/clucene/"
Hans-G?nter@22601 10
domcox@6087 11 WANTED="clucene"
domcox@6087 12
domcox@6087 13 # Rules to gen a SliTaz package suitable for Tazpkg.
domcox@6087 14 genpkg_rules()
domcox@6087 15 {
Hans-G?nter@22601 16 mkdir -p $fs/usr/include
Hans-G?nter@22601 17
Hans-G?nter@22601 18 cp -a $install/usr/include $fs/usr
Hans-G?nter@22601 19 # cp -a $install/usr/lib/*.*a $fs/usr/lib
Hans-G?nter@22601 20 # cp -a $install/usr/lib/CLucene $fs/usr/lib
domcox@6087 21 }