wok view protobuf-python/receipt @ rev 21160

Up ufraw (0.22)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 31 15:04:44 2019 +0200 (2019-03-31)
parents 16df76e1fc6a
children 5d50a02468c7
line source
1 # SliTaz package receipt.
3 PACKAGE="protobuf-python"
4 VERSION="2.4.1"
5 CATEGORY="network"
6 SHORT_DESC="Encode structured data in an efficient yet extensible format.(python)"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="https://developers.google.com/protocol-buffers/"
10 SOURCE="protobuf"
11 TARBALL="$SOURCE-$VERSION.tar.bz2"
12 WGET_URL="http://protobuf.googlecode.com/files/$TARBALL"
14 DEPENDS="python protobuf"
15 BUILD_DEPENDS="protobuf-dev python-dev setuptools"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src/python
21 python setup.py install --prefix=/usr --root $DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 }