wok-next view gentorrent/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
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 }