# HG changeset patch # User Pascal Bellard # Date 1536854644 -7200 # Node ID 6eed09128d5028a60d8a2dae516b725b57853a7d # Parent befce251248ddf62958ca81d30d9ce9cedb392ab Add python-smspdu diff -r befce251248d -r 6eed09128d50 python-smspdu/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-smspdu/receipt Thu Sep 13 18:04:04 2018 +0200 @@ -0,0 +1,27 @@ +# 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" + +# 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 +}