wok view protobuf-python/receipt @ rev 21715

updated protobuf, protobuf-dev and protobuf-python (2.4.1 -> 3.8.0)
author Hans-G?nter Theisgen
date Wed Jun 12 13:25:36 2019 +0100 (2019-06-12)
parents 5d50a02468c7
children 42feee1f9a23
line source
1 # SliTaz package receipt.
3 PACKAGE="protobuf-python"
4 VERSION="3.8.0"
5 CATEGORY="network"
6 SHORT_DESC="Protocol buffers - Google's data interchange format (python)."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="https://github.com/protocolbuffers/protobuf/"
11 SOURCE="protobuf"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WGET_URL="${WEB_SITE}archive/v$VERSION.tar.gz"
15 DEPENDS="protobuf python"
16 BUILD_DEPENDS="protobuf-dev python-dev python-setuptools"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src/python
22 python setup.py install --prefix=/usr --root $DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs
29 }