wok view python-smspdu/receipt @ rev 20443

Add python-smspdu
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 13 18:04:04 2018 +0200 (2018-09-13)
parents
children 1df6fa555414
line source
1 # SliTaz package receipt.
3 PACKAGE="python-smspdu"
4 SOURCE="smspdu"
5 VERSION="1.0"
6 CATEGORY="development"
7 SHORT_DESC="SMS PDU encoding and decoding, including GSM-0338 character set"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="BSD"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="https://pypi.org/project/$SOURCE/"
12 WGET_URL="https://files.pythonhosted.org/packages/d4/ef/f632a98655bfe6ada9eca406c4980fe1ca23f925efd93ab33cd57cd16994/$TARBALL"
14 DEPENDS="python"
15 BUILD_DEPENDS="python"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/usr $fs
27 }