wok-next view picamera/receipt @ rev 20919

dbus-python -> python-dbus
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Aug 22 09:09:15 2018 +0300 (2018-08-22)
parents d43bf7aae921
children
line source
1 # SliTaz package receipt.
3 PACKAGE="picamera"
4 VERSION="1.3"
5 CATEGORY="multimedia"
6 SHORT_DESC="A pure Python interface for the Raspberry Pi camera module."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://pypi.python.org/pypi/picamera/"
10 REPOLOGY="python:picamera"
11 HOST_ARCH="arm"
13 TARBALL="$PACKAGE-$VERSION.tar.gz"
14 WGET_URL="https://pypi.python.org/packages/source/p/$PACKAGE/$TARBALL"
16 DEPENDS="python"
17 BUILD_DEPENDS="python"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 python setup.py install --root=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs
29 }