wok-next annotate 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
rev   line source
al@20473 1 # SliTaz package receipt v2.
pascal@15208 2
pascal@15208 3 PACKAGE="gentorrent"
pascal@15208 4 VERSION="1.0.2"
pascal@15208 5 CATEGORY="network"
al@20473 6 SHORT_DESC="Creates BitTorrent metainfo files with any BitTorrent extension"
pascal@15208 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15208 8 LICENSE="GPL3"
al@20473 9 WEB_SITE="http://tanguy.ortolo.eu/perso/pages/projets/gentorrent"
al@20473 10
pascal@15208 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@15208 12 WGET_URL="http://git.ortolo.eu/gentorrent.git/snapshot/version/$VERSION.tar.gz"
pascal@15208 13
al@20473 14 compile_rules() {
al@20474 15 install -Dm755 $src/$VERSION/gentorrent.py $install/usr/bin/gentorrent.py
al@20473 16 }
pascal@15208 17
al@20473 18 genpkg_rules() {
al@20473 19 copy @std
al@20473 20 DEPENDS="python3"
pascal@15208 21 }