wok annotate suplemon/receipt @ rev 22647

updated distcc and distccmon-gui (3.1 -> 3.3.3)
author Hans-G?nter Theisgen
date Tue Jan 14 10:56:35 2020 +0100 (2020-01-14)
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 }