wok-next view gentorrent/receipt @ rev 20473

Tiny edits...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Mar 10 16:57:21 2018 +0200 (2018-03-10)
parents 89c0decaced7
children 2d4ad53f3c69
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/gentorrent.py $install/usr/bin/gentorrent.py
16 }
18 genpkg_rules() {
19 copy @std
20 DEPENDS="python3"
21 }