wok-next view gentorrent/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents e1c0edabdcb2
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gentorrent"
4 VERSION="1.0.2"
5 CATEGORY="network"
6 SHORT_DESC="Creates BitTorrent metainfo files with any BitTorrent extension"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://tanguy.ortolo.eu/perso/pages/projets/gentorrent"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://git.ortolo.eu/gentorrent.git/snapshot/version/$VERSION.tar.gz"
14 compile_rules() {
15 install -Dm755 $src/$VERSION/gentorrent.py $install/usr/bin/gentorrent.py
16 }
18 genpkg_rules() {
19 copy @std
20 DEPENDS="python3"
21 }