slitaz-arm view wok/pilight/receipt @ 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
children
line source
1 # SliTaz package receipt.
3 PACKAGE="pilight"
4 VERSION="3.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Free open source full fledge domotica solution for the R-Pi"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.pilight.org/"
11 WGET_URL="https://github.com/pilight/pilight/archive/v${VERSION}.tar.gz"
12 HOST_ARCH="arm"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 #sed -i 's|\(/usr/lib/\).*/\(libz.so\)|\1\2|g' CMakeLists.txt
18 cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr . &&
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/share/${PACKAGE}
26 }