wok diff gentorrent/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents af8d823a3077
children a5e183d53960
line diff
     1.1 --- a/gentorrent/receipt	Mon Feb 14 14:14:23 2022 +0000
     1.2 +++ b/gentorrent/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -6,12 +6,12 @@
     1.4  SHORT_DESC="Creates BitTorrent metainfo files with any BitTorrent extension."
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  LICENSE="GPL3"
     1.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://tanguy.ortolo.eu/perso/pages/projets/gentorrent"
    1.10 -WGET_URL="http://git.ortolo.eu/gentorrent.git/snapshot/version/$VERSION.tar.gz"
    1.11 +WGET_URL="git|git://git.ortolo.eu/gentorrent.git"
    1.12  
    1.13  DEPENDS="py3k"
    1.14 -BUILD_DEPENDS=""
    1.15 +BUILD_DEPENDS="git"
    1.16  
    1.17  # What is the latest version available today?
    1.18  current_version()
    1.19 @@ -24,5 +24,5 @@
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr/bin
    1.23 -	cp -a $src/*/gentorrent.py $fs/usr/bin
    1.24 +	cp -a $src/gentorrent.py $fs/usr/bin
    1.25  }