wok annotate lucene++-dev/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents
children fc9203de5ff2
rev   line source
al@18514 1 # SliTaz package receipt.
al@18514 2
al@18514 3 PACKAGE="lucene++-dev"
al@18514 4 VERSION="3.0.7"
al@18514 5 CATEGORY="development"
al@18514 6 SHORT_DESC="C++ port of the Java Lucene library"
al@18514 7 MAINTAINER="al.bobylev@gmail.com"
al@18514 8 LICENSE="Apache"
al@18514 9 WEB_SITE="https://github.com/luceneplusplus/LucenePlusPlus"
al@18514 10
al@18514 11 WANTED="lucene++"
al@18514 12 DEPENDS="libboost-date-time-dev libboost-filesystem-dev libboost-iostreams-dev \
al@18514 13 libboost-regex-dev libboost-system-dev libboost-thread-dev libboost-chrono-dev"
al@18514 14
al@18514 15 # Rules to gen a SliTaz package suitable for Tazpkg.
al@18514 16 genpkg_rules()
al@18514 17 {
al@18514 18 mkdir -p $fs/usr/lib
al@18514 19 cp -a $install/usr/include $fs/usr
al@18514 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
al@18514 21 }