SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "protobuf-python"

# SliTaz package receipt.

PACKAGE="protobuf-python"
VERSION="2.4.1"
CATEGORY="network"
SHORT_DESC="Encode structured data in an efficient yet extensible format.(python)"
MAINTAINER="slaxemulator@gmail.com"
WEB_SITE="http://code.google.com/p/protobuf/"
SOURCE="protobuf"
TARBALL="$SOURCE-$VERSION.tar.bz2"
WGET_URL="http://protobuf.googlecode.com/files/$TARBALL"

DEPENDS="python protobuf"
BUILD_DEPENDS="protobuf-dev python-dev setuptools"

# Rules to configure and make the package.
compile_rules()
{
    cd $src/python
    python setup.py install --prefix=/usr --root $DESTDIR
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a $install/* $fs
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)