# HG changeset patch # User Pascal Bellard # Date 1378817900 0 # Node ID 89c0decaced70ae818ee3954a24f73987631cdf1 # Parent b602ded847a6fe329a2810f53248c0358f108b63 Add gentorrent diff -r b602ded847a6 -r 89c0decaced7 gentorrent/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gentorrent/receipt Tue Sep 10 12:58:20 2013 +0000 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKAGE="gentorrent" +VERSION="1.0.2" +CATEGORY="network" +SHORT_DESC="Creates BitTorrent metainfo files with any BitTorrent extension." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://tanguy.ortolo.eu/perso/pages/projets/gentorrent" +WGET_URL="http://git.ortolo.eu/gentorrent.git/snapshot/version/$VERSION.tar.gz" + +DEPENDS="py3k" +BUILD_DEPENDS="" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin + cp -a $src/gentorrent.py $fs/usr/bin +}