mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
clucene: remove long_desc.
This commit is contained in:
parent
71e5ae1cb6
commit
8fbfed36cc
1 changed files with 1 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'clucene'
|
# Template file for 'clucene'
|
||||||
pkgname=clucene
|
pkgname=clucene
|
||||||
version=2.3.3.4
|
version=2.3.3.4
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc=${pkgname}-core-${version}
|
wrksrc=${pkgname}-core-${version}
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_ASCII_MODE=OFF -DENABLE_PACKAGING=OFF
|
configure_args="-DENABLE_ASCII_MODE=OFF -DENABLE_PACKAGING=OFF
|
||||||
|
@ -15,13 +15,6 @@ license="LGPL-2+/ASL-2.0"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-core-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-core-${version}.tar.gz"
|
||||||
checksum=ddfdc433dd8ad31b5c5819cc4404a8d2127472a3b720d3e744e8c51d79732eab
|
checksum=ddfdc433dd8ad31b5c5819cc4404a8d2127472a3b720d3e744e8c51d79732eab
|
||||||
long_desc="
|
|
||||||
CLucene is a high-performance, scalable, cross platform, full-featured,
|
|
||||||
open-source indexing and searching API. Specifically, CLucene is the guts
|
|
||||||
of a search engine, the hard stuff. You write the easy stuff: the UI and
|
|
||||||
the process of selecting and parsing your data files to pump them into the
|
|
||||||
search engine yourself, and any specialized queries to pull it back for
|
|
||||||
display or further processing."
|
|
||||||
|
|
||||||
clucene-devel_package() {
|
clucene-devel_package() {
|
||||||
depends="libstdc++-devel ${sourcepkg}-${version}_${revision}"
|
depends="libstdc++-devel ${sourcepkg}-${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue