wok diff gentorrent/receipt @ rev 20255

firefox, thunderbird: try to force i686
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 21:40:37 2018 +0100 (2018-03-13)
parents
children d941c1946d7f
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gentorrent/receipt	Tue Mar 13 21:40:37 2018 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gentorrent"
     1.7 +VERSION="1.0.2"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="Creates BitTorrent metainfo files with any BitTorrent extension."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="GPL3"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://tanguy.ortolo.eu/perso/pages/projets/gentorrent"
    1.14 +WGET_URL="http://git.ortolo.eu/gentorrent.git/snapshot/version/$VERSION.tar.gz"
    1.15 +
    1.16 +DEPENDS="py3k"
    1.17 +BUILD_DEPENDS=""
    1.18 +
    1.19 +# Rules to gen a SliTaz package suitable for Tazpkg.
    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 +}