Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index International Gentoo Users Forum italiano (Italian) Risorse italiane (documentazione e tools)
  • Search

[Ebuild] transmission-svn

Forum riservato alla documentazione in italiano.

Moderator: ago

Post Reply
  • Print view
Advanced search
2 posts • Page 1 of 1
Author
Message
Onip
Advocate
Advocate
User avatar
Posts: 2912
Joined: Thu Sep 02, 2004 10:34 am
Location: Parma (Italy)

[Ebuild] transmission-svn

  • Quote

Post by Onip » Wed Feb 07, 2007 9:27 am

transmission è un client bittorrent moooooooolto leggero e crossplatform (MacOsX e BeOS, oltre che linux). Dicono funzioni bene anche se non l'ho personalmente ancora provato. E' in portage, ma la versione svn ha qualche caratteristica in più:

supporto a UpNp
chiede ogni volta dove salvare i file
e probabilmente altro che non si può notare dall'interfaccia.

Ha un interfaccia in gtk ed una cli

Code: Select all

onip @ Hal9000 ~ $ transmissioncli 
Transmission 0.7-svn (1475) - http://transmission.m0k.org/

Usage: transmissioncli [options] file.torrent [options]

Options:
  -d, --download <int> Maximum download rate (-1 = no limit, default = -1)
  -f, --finish <shell script> Command you wish to run on completion
  -h, --help           Print this help and exit
  -i, --info           Print metainfo and exit
  -n  --nat-traversal  Attempt NAT traversal using NAT-PMP or UPnP IGD
  -p, --port <int>     Port we should listen on (default = 9090)
  -s, --scrape         Print counts of seeders/leechers and exit
  -u, --upload <int>   Maximum upload rate (-1 = no limit, default = 20)
  -v, --verbose <int>  Verbose level (0 to 2, default = 0)
Ma, bando alle ciance, ecco l'ebuild

Code: Select all

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/transmission-9999.ebuild,v 1.2 2007/01/11 19:30:44 compnerd Exp $

inherit eutils subversion

MY_PN="Transmission"

DESCRIPTION="Simple BitTorrent client"
HOMEPAGE="http://transmission.m0k.org/"
#SRC_URI="http://download.m0k.org/transmission/files/${MY_PN}-${PV}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gtk"

RDEPEND="sys-devel/gettext
		 dev-libs/openssl
		 gtk? ( >=x11-libs/gtk+-2.6 )"
DEPEND="${RDEPEND}
		sys-devel/gettext
		>=dev-util/pkgconfig-0.19"

S="${WORKDIR}/${MY_PN}-${PV}"

ESVN_REPO_URI="svn://svn.m0k.org/Transmission/trunk"

src_compile() {
	econf $(use_enable gtk) || die "configure failed"
	emake || die "build failed"
}

src_install() {
	make PREFIX="${D}${ROOT}usr" LOCALEDIR="\$(PREFIX)/share/locale" install \
		|| die "install failed"

	if use gtk ; then
		doicon "${FILESDIR}/transmission.png"
	fi

	dodoc AUTHORS NEWS README
}

L'ho ottenuto modificando leggermente quello in portage, quindi grazie a chi l'ha fatto.

Byez
Last edited by Onip on Sun Feb 11, 2007 2:38 pm, edited 1 time in total.
Linux Registered User n. 373835

Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum
Top
Onip
Advocate
Advocate
User avatar
Posts: 2912
Joined: Thu Sep 02, 2004 10:34 am
Location: Parma (Italy)

  • Quote

Post by Onip » Wed Feb 07, 2007 9:30 am

Aggiungo che bisogna copiare nella cartelle files dell'overlay i file transmission.desktop e transmission.png che si trovano in /usr/portage/net-p2p/transmission/files/.

Byez
Linux Registered User n. 373835

Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum
Top
Post Reply
  • Print view

2 posts • Page 1 of 1

Return to “Risorse italiane (documentazione e tools)”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy