
Receipt for package "python-smspdu"
# SliTaz package receipt. PACKAGE="python-smspdu" SOURCE="smspdu" VERSION="1.0" CATEGORY="development" SHORT_DESC="SMS PDU encoding and decoding, including GSM-0338 character set" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://pypi.org/project/$SOURCE/" WGET_URL="https://files.pythonhosted.org/packages/d4/ef/f632a98655bfe6ada9eca406c4980fe1ca23f925efd93ab33cd57cd16994/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python" # What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | sed "/$SOURCE [0-9]/!d;s|.*$SOURCE ||;s|<.*||;q" } # Rules to configure and make the package. compile_rules() { python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $install/usr $fs }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)