
Receipt for package "python-distutils-extra"
# SliTaz package receipt. PACKAGE="python-distutils-extra" VERSION="2.39" CATEGORY="development" SHORT_DESC="Enhanced distutils package for python." MAINTAINER="maintainer@slitaz.org" LICENSE="GPL" WEB_SITE="https://launchpad.net/python-distutils-extra" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://launchpad.net/$PACKAGE/trunk/$VERSION/+download/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python-setuptools" HOST_ARCH="i486 arm" # What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ sed '/atest version/!d;s|.* is ||;q' } # Rules to configure and make the package. compile_rules() { python setup.py build && 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)