wok-next diff wiringpi-piglow/receipt @ rev 18447
stfl: race condition
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 26 16:09:04 2015 +0200 (2015-09-26) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/wiringpi-piglow/receipt Sat Sep 26 16:09:04 2015 +0200 1.3 @@ -0,0 +1,21 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="wiringpi-piglow" 1.7 +GITHASH="f18c8f7204d6354220fd6754578b3daa43734e1b" 1.8 +VERSION="${GITHASH:0:7}" 1.9 +CATEGORY="system-tools" 1.10 +SHORT_DESC="The WiringPi Piglow utility (useful for SHell scripts)." 1.11 +MAINTAINER="pankso@slitaz.org" 1.12 +LICENSE="LGPL" 1.13 +WEB_SITE="http://wiringpi.com/" 1.14 +TAGS="raspberrypi rpi" 1.15 +HOST_ARCH="arm" 1.16 + 1.17 +WANTED="wiringpi" 1.18 + 1.19 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.20 +genpkg_rules() 1.21 +{ 1.22 + mkdir -p $fs/usr/bin 1.23 + cp -a ${src}/examples/PiGlow/piglow $fs/usr/bin 1.24 +}