wok-next rev 16496
python-rpi-gpio: fix category
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 23 16:35:10 2014 +0200 (2014-04-23) |
parents | 007630052ef4 |
children | 33583de47df5 |
files | python-rpi-gpio/receipt |
line diff
1.1 --- a/python-rpi-gpio/receipt Wed Apr 23 16:32:16 2014 +0200 1.2 +++ b/python-rpi-gpio/receipt Wed Apr 23 16:35:10 2014 +0200 1.3 @@ -2,7 +2,7 @@ 1.4 1.5 PACKAGE="python-rpi-gpio" 1.6 VERSION="0.5.5" 1.7 -CATEGORY="raspberrypi" 1.8 +CATEGORY="system-tools" 1.9 SHORT_DESC="Python class to control the GPIO on a Raspberry Pi." 1.10 MAINTAINER="pankso@slitaz.org" 1.11 LICENSE="BSD" 1.12 @@ -10,6 +10,7 @@ 1.13 TARBALL="$SOURCE-$VERSION.tar.gz" 1.14 WEB_SITE="https://pypi.python.org/pypi/RPi.GPIO" 1.15 WGET_URL="https://pypi.python.org/packages/source/R/$SOURCE/$TARBALL" 1.16 +TAGS="raspberrypi rpi" 1.17 HOST_ARCH="arm" 1.18 1.19 DEPENDS="python python-smbus"