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

Add megatools (again)
author Lucas Levrel <llevrel@yahoo.fr>
date Mon Jan 18 22:23:53 2016 +0100 (2016-01-18)
parents
children fc9203de5ff2
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lucene++-dev/receipt	Mon Jan 18 22:23:53 2016 +0100
     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 +}