wok view python-stfl/receipt @ rev 20383

p11-kit update: 0.6 (2011) -> 0.23.12 (2018)
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 20 09:49:15 2018 +0000 (2018-06-20)
parents
children 73f36875e5a7
line source
1 # SliTaz package receipt.
3 PACKAGE="python-stfl"
4 VERSION="0.24"
5 CATEGORY="development"
6 SHORT_DESC="Python bindings for tne Structured Terminal Forms Language/Library."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL3"
9 WEB_SITE="http://www.clifford.at/stfl/"
10 WANTED="stfl"
12 DEPENDS="python stfl"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/python* $fs/usr/lib
19 }