wok-6.x annotate gentorrent/receipt @ rev 22792
recompiled xneur
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jan 27 09:19:20 2020 +0100 (2020-01-27) |
parents | 89c0decaced7 |
children | af8d823a3077 |
rev | line source |
---|---|
pascal@15208 | 1 # SliTaz package receipt. |
pascal@15208 | 2 |
pascal@15208 | 3 PACKAGE="gentorrent" |
pascal@15208 | 4 VERSION="1.0.2" |
pascal@15208 | 5 CATEGORY="network" |
pascal@15208 | 6 SHORT_DESC="Creates BitTorrent metainfo files with any BitTorrent extension." |
pascal@15208 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15208 | 8 LICENSE="GPL3" |
pascal@15208 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@15208 | 10 WEB_SITE="http://tanguy.ortolo.eu/perso/pages/projets/gentorrent" |
pascal@15208 | 11 WGET_URL="http://git.ortolo.eu/gentorrent.git/snapshot/version/$VERSION.tar.gz" |
pascal@15208 | 12 |
pascal@15208 | 13 DEPENDS="py3k" |
pascal@15208 | 14 BUILD_DEPENDS="" |
pascal@15208 | 15 |
pascal@15208 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@15208 | 17 genpkg_rules() |
pascal@15208 | 18 { |
pascal@15208 | 19 mkdir -p $fs/usr/bin |
pascal@20556 | 20 cp -a $src/*/gentorrent.py $fs/usr/bin |
pascal@15208 | 21 } |