slitaz-arm rev 126

Add wok/pilight fledge domotica solution for the R-Pi (need help to build them but most important is gtk and python modules)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 21 18:50:23 2014 +0200 (2014-04-21)
parents 9eaec6507b65
children 65b9b6991d94
files wok/pilight/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/wok/pilight/receipt	Mon Apr 21 18:50:23 2014 +0200
     1.3 @@ -0,0 +1,26 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="pilight"
     1.7 +VERSION="3.0"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Free open source full fledge domotica solution for the R-Pi"
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +LICENSE="GPL"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://www.pilight.org/"
    1.14 +WGET_URL="https://github.com/pilight/pilight/archive/v${VERSION}.tar.gz"
    1.15 +HOST_ARCH="arm"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	#sed -i 's|\(/usr/lib/\).*/\(libz.so\)|\1\2|g' CMakeLists.txt
    1.21 +	cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr . &&
    1.22 +    make
    1.23 +}
    1.24 +
    1.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 +genpkg_rules()
    1.27 +{
    1.28 +	mkdir -p $fs/usr/share/${PACKAGE}
    1.29 +}