wok diff lucene++-dev/receipt @ rev 18902

Up: 2.2.5 to 2.2.8 - Add: description file - Fix: display msg /usr/lib/bluefish
author Leonardo Laporte <hackdorte@sapo.pt>
date Fri Feb 19 07:04:57 2016 -0200 (2016-02-19)
parents
children fc9203de5ff2
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lucene++-dev/receipt	Fri Feb 19 07:04:57 2016 -0200
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="lucene++-dev"
     1.7 +VERSION="3.0.7"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="C++ port of the Java Lucene library"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="Apache"
    1.12 +WEB_SITE="https://github.com/luceneplusplus/LucenePlusPlus"
    1.13 +
    1.14 +WANTED="lucene++"
    1.15 +DEPENDS="libboost-date-time-dev libboost-filesystem-dev libboost-iostreams-dev \
    1.16 +libboost-regex-dev libboost-system-dev libboost-thread-dev libboost-chrono-dev"
    1.17 +
    1.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 +genpkg_rules()
    1.20 +{
    1.21 +	mkdir -p $fs/usr/lib
    1.22 +	cp -a $install/usr/include $fs/usr
    1.23 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.24 +}