wok-6.x annotate suplemon/receipt @ rev 21214
updated scim-pinyin again (0.5.91 -> 0.5.92)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 09 17:20:03 2019 +0100 (2019-04-09) |
parents | f317c8ca6ac9 |
children | 77f55b91fb63 |
rev | line source |
---|---|
paul@18292 | 1 # SliTaz package receipt. |
paul@18292 | 2 |
paul@18292 | 3 PACKAGE="suplemon" |
paul@20204 | 4 VERSION="0.1.64" |
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" |
paul@18292 | 10 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
paul@18292 | 11 WGET_URL="git|git://github.com/richrd/suplemon" |
paul@18292 | 12 |
paul@18292 | 13 DEPENDS="py3k" |
paul@18292 | 14 BUILD_DEPENDS="py3k-dev git bzip2" |
paul@18292 | 15 |
paul@18292 | 16 # Rules to configure and make the package. |
paul@18292 | 17 compile_rules() |
paul@18292 | 18 { |
paul@18292 | 19 python3 setup.py install --root=$DESTDIR |
paul@18292 | 20 } |
paul@18292 | 21 |
paul@18292 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@18292 | 23 genpkg_rules() |
paul@18292 | 24 { |
paul@18292 | 25 cp -a $install/usr $fs |
paul@18292 | 26 } |