
Receipt for package "protobuf-python"
# SliTaz package receipt. PACKAGE="protobuf-python" VERSION="3.11.4" CATEGORY="network" SHORT_DESC="Protocol buffers - Google's data interchange format (python)." MAINTAINER="slaxemulator@gmail.com" LICENSE="BSD" WEB_SITE="https://github.com/protocolbuffers/protobuf" SOURCE="protobuf" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz" DEPENDS="protobuf python" BUILD_DEPENDS="libatomic protobuf-dev python-dev python-setuptools" HOST_ARCH="i486 x86_64" # What is the latest version available today? current_version() { wget -O - $WEB_SITE/releases 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q' } # 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 }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)