wok-next view python-greenlet/receipt @ rev 20424

linux-dev: move creation to compile_rules(), keep genpkg_rules() for copying/splitting only
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jan 12 17:02:57 2018 +0200 (2018-01-12)
parents
children 542df2bfb7b5
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-greenlet"
4 VERSION="0.4.12"
5 CATEGORY="development"
6 SHORT_DESC="Lightweight in-process concurrent programming"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://pypi.python.org/pypi/greenlet"
11 BUILD_DEPENDS="python-dev"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 pip install --no-compile --root=$DESTDIR greenlet
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 copy @std @dev
23 DEPENDS="python"
24 }