wok rev 16674

Up slitaz-arm-rpi with new piborg, piface, pibrella
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 15 21:56:18 2014 +0200 (2014-05-15)
parents 82e5bf5f3efb
children cc46ce40bab2
files slitaz-arm-rpi/receipt
line diff
     1.1 --- a/slitaz-arm-rpi/receipt	Thu May 15 22:44:15 2014 +0300
     1.2 +++ b/slitaz-arm-rpi/receipt	Thu May 15 21:56:18 2014 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="slitaz-arm-rpi"
     1.7 -VERSION="1.2.0"
     1.8 +VERSION="1.3.0"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="SliTaz Raspberry Pi: tools, CGI adm, configs and artwork."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -38,7 +38,9 @@
    1.13  		arm*)
    1.14  			mkdir -p ${fs}/var/www/adm
    1.15  			cp -a ${src}/rpi/rootfs/* ${fs}
    1.16 -			for tool in tazberry piboot pileds raspicomm
    1.17 +			# Tools
    1.18 +			for tool in tazberry piboot pileds raspicomm piface pitft-setup \
    1.19 +				pibrella piborg/piborg
    1.20  			do
    1.21  				cp -a ${src}/rpi/${tool} ${fs}/usr/sbin
    1.22  			done