From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/3] new package: transmission
Date: Sun, 04 Sep 2011 22:25:38 +0200 [thread overview]
Message-ID: <4E63DEC2.7000906@free-electrons.com> (raw)
In-Reply-To: <20110904120835.3974.93412.stgit@darius-desktop>
Hi,
There is already in the bug tracker an opened bug with a patch to add
transmission :
https://bugs.busybox.net/show_bug.cgi?id=743
Even though the version is quite outdated and the patch needs a little
refresh, it could be a good idea to base your patch on this work.
Moreover, this patch seems a lot more complete than yours with regard to
the options available, the init script, the dependencies, etc.
Regards,
Maxime
Le 04/09/2011 14:08, Darius Augulis a ?crit :
> Add support for new bittorrent client - transmission.
> Currently only cli and web interfaces (no GUI) are
> supported in buildroot.
>
> Signed-off-by: Darius Augulis<augulis.darius@gmail.com>
> ---
> package/Config.in | 1 +
> package/transmission/Config.in | 4 ++++
> package/transmission/transmission.mk | 19 +++++++++++++++++++
> 3 files changed, 24 insertions(+), 0 deletions(-)
> create mode 100644 package/transmission/Config.in
> create mode 100644 package/transmission/transmission.mk
>
> diff --git a/package/Config.in b/package/Config.in
> index 7112e05..c058f52 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -394,6 +394,7 @@ source "package/bridge-utils/Config.in"
> source "package/bwm-ng/Config.in"
> source "package/can-utils/Config.in"
> source "package/ctorrent/Config.in"
> +source "package/transmission/Config.in"
> source "package/cups/Config.in"
> if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
> source "package/dhcp/Config.in"
> diff --git a/package/transmission/Config.in b/package/transmission/Config.in
> new file mode 100644
> index 0000000..30ceef4
> --- /dev/null
> +++ b/package/transmission/Config.in
> @@ -0,0 +1,4 @@
> +config BR2_PACKAGE_TRANSMISSION
> + bool "transmission"
> + help
> + Bittorrent client
> diff --git a/package/transmission/transmission.mk b/package/transmission/transmission.mk
> new file mode 100644
> index 0000000..488cf07
> --- /dev/null
> +++ b/package/transmission/transmission.mk
> @@ -0,0 +1,19 @@
> +#############################################################
> +#
> +# transmission
> +#
> +#############################################################
> +TRANSMISSION_VERSION = 2.33
> +TRANSMISSION_SOURCE = transmission-${TRANSMISSION_VERSION}.tar.bz2
> +TRANSMISSION_SITE = http://download.m0k.org/transmission/files/
> +
> +TRANSMISSION_CONF_OPT = \
> + --disable-gtk \
> + --disable-libappindicator \
> + --disable-libcanberra \
> + --disable-libnotify \
> + --enable-lightweight \
> + --enable-cli \
> + --enable-daemon
> +
> +$(eval $(call AUTOTARGETS,package,transmission))
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
prev parent reply other threads:[~2011-09-04 20:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-04 12:08 [Buildroot] [PATCH 2/3] new package: transmission Darius Augulis
2011-09-04 20:25 ` Maxime Ripard [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E63DEC2.7000906@free-electrons.com \
--to=maxime.ripard@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.