wok-next annotate suplemon/receipt @ rev 21623

updated elfutils (0.175 -> 0.180)
author Hans-G?nter Theisgen
date Thu Jun 25 14:49:28 2020 +0100 (2020-06-25)
parents 1eb4aacb48ed
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
paul@18292 2
paul@18292 3 PACKAGE="suplemon"
paul@19529 4 VERSION="0.1.55"
paul@18292 5 CATEGORY="utilities"
al@21020 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"
al@21020 10
paul@18292 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
paul@18292 12 WGET_URL="git|git://github.com/richrd/suplemon"
paul@18292 13
al@20516 14 BUILD_DEPENDS="python3-dev git bzip2"
paul@18292 15
al@21020 16 compile_rules() {
al@21020 17 python3 -B setup.py install --root=$install
paul@18292 18 }
paul@18292 19
al@21020 20 genpkg_rules() {
al@21020 21 copy @std
al@21020 22 DEPENDS="python3"
paul@18292 23 }