wok view python-usb/receipt @ rev 19617

Up SliTaz projects: cookutils(863), slitaz-base-files(319), slitaz-boot-scripts(436), slitaz-configs(299), slitaz-tools(1008), ssfs(108), tazbug(94), tazinst(86), tazirc(18), tazlito(445), tazpanel(610), tazpkg(932), tazusb(194), tazweb(174).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jan 10 14:28:40 2017 +0200 (2017-01-10)
parents 1f41e0a09789
children 86790a278e70
line source
1 # SliTaz package receipt.
3 PACKAGE="python-usb"
4 SOURCE="pyusb"
5 VERSION="1.0.0b1"
6 CATEGORY="development"
7 SHORT_DESC="Python bindings for USB access."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="BSD"
10 TARBALL="$SOURCE-$VERSION.tar.bz2"
11 WEB_SITE="http://sourceforge.net/apps/trac/pyusb/"
12 WGET_URL="$SF_MIRROR/pyusb/$TARBALL"
14 DEPENDS="python libusb"
15 BUILD_DEPENDS="python-dev python"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py build &&
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }