wok diff gentorrent/receipt @ rev 18760
get-foxit-reader: depends on 'libcups', not 'cups'
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Dec 29 20:38:21 2015 +0200 (2015-12-29) |
parents | |
children | d941c1946d7f |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gentorrent/receipt Tue Dec 29 20:38:21 2015 +0200 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 +}