wok annotate suplemon/receipt @ rev 22991

updated l3afpad (0.8.18.1.10 -> 0.8.18.1.11)
author Hans-G?nter Theisgen
date Sun Mar 01 17:39:44 2020 +0100 (2020-03-01)
parents 447759e5c3aa
children 5ea0ce1cecc0
rev   line source
paul@18292 1 # SliTaz package receipt.
paul@18292 2
paul@18292 3 PACKAGE="suplemon"
Hans-G?nter@21991 4 VERSION="0.2.0"
paul@18292 5 CATEGORY="utilities"
paul@18292 6 SHORT_DESC="Console text editor with multi cursor support."
paul@18292 7 MAINTAINER="paul@slitaz.org"
paul@18292 8 LICENSE="MIT"
paul@18292 9 WEB_SITE="https://github.com/richrd/suplemon"
Hans-G?nter@21991 10
Hans-G?nter@21991 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@21991 12 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
paul@18292 13
paul@18292 14 DEPENDS="py3k"
Hans-G?nter@21991 15 BUILD_DEPENDS="py3k-dev"
paul@18292 16
paul@18292 17 # Rules to configure and make the package.
paul@18292 18 compile_rules()
paul@18292 19 {
paul@18292 20 python3 setup.py install --root=$DESTDIR
paul@18292 21 }
paul@18292 22
paul@18292 23 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@18292 24 genpkg_rules()
paul@18292 25 {
paul@18292 26 cp -a $install/usr $fs
paul@18292 27 }