# SliTaz package receipt. PACKAGE="python-stfl" VERSION="0.24" CATEGORY="development" SHORT_DESC="Python bindings for tne Structured Terminal Forms Language/Library." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="LGPL3" WEB_SITE="https://www.clifford.at/stfl/" WANTED="stfl" DEPENDS="python stfl" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/usr/lib/python* $fs/usr/lib }