# HG changeset patch # User Christophe Lincoln # Date 1398099023 -7200 # Node ID 45b0298e4267a0d4bef63f9a79ead0e34f13edb3 # Parent 9eaec6507b651fec70ede70795d9612ff62aa0db Add wok/pilight fledge domotica solution for the R-Pi (need help to build them but most important is gtk and python modules) diff -r 9eaec6507b65 -r 45b0298e4267 wok/pilight/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wok/pilight/receipt Mon Apr 21 18:50:23 2014 +0200 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="pilight" +VERSION="3.0" +CATEGORY="system-tools" +SHORT_DESC="Free open source full fledge domotica solution for the R-Pi" +MAINTAINER="pankso@slitaz.org" +LICENSE="GPL" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.pilight.org/" +WGET_URL="https://github.com/pilight/pilight/archive/v${VERSION}.tar.gz" +HOST_ARCH="arm" + +# Rules to configure and make the package. +compile_rules() +{ + #sed -i 's|\(/usr/lib/\).*/\(libz.so\)|\1\2|g' CMakeLists.txt + cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr . && + make +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share/${PACKAGE} +}