[Lunar-commits] <moonbase-gnome3> transmission: move it from the other repo.
Florin Braescu
florin at lunar-linux.org
Sun Mar 3 13:28:57 CET 2013
commit 0364ea9e081bfa372aeba8345c32015d6a61ce4e
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 03 Mar 2013 04:28:57 -0800
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/0364ea9e081bfa372aeba8345c32015d6a61ce4e
transmission: move it from the other repo.
---
apps/transmission/BUILD | +7/-0
apps/transmission/CONFIGURE | +2/-0
apps/transmission/DEPENDS | +7/-0
apps/transmission/DETAILS | +15/-0
4 files changed, 31 insertions(+)
--- /dev/null
+++ b/apps/transmission/BUILD
@@ -0,0 +1,7 @@
+(
+
+ OPTS+=" --disable-static" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/apps/transmission/CONFIGURE
@@ -0,0 +1,2 @@
+mquery DAEMON "Install daemon support?" n "--enable-daemon" "--disable-daemon"
+mquery CLI "Build command line interface?" y "--enable-cli" "--disable-cli"
--- /dev/null
+++ b/apps/transmission/DEPENDS
@@ -0,0 +1,7 @@
+depends curl
+depends intltool
+depends libevent
+depends openssl
+
+optional_depends "gtk+-3" "--with-gtk" "--without-gtk" "for the GUI interface"
+optional_depends "libnotify" "--with-inotify" "--without-inotify" "for inotify support"
--- /dev/null
+++ b/apps/transmission/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=transmission
+ VERSION=2.77
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://download.transmissionbt.com/files
+ SOURCE_VFY=sha1:a26298dc814b3995a7e4a7f6566fc16b1463bbbb
+ WEB_SITE=http://transmissionbt.com
+ ENTERED=20060626
+ UPDATED=20130219
+ SHORT="A fast and powerful BitTorrent client"
+
+cat << EOF
+Transmission is a free, lightweight BitTorrent client. It features a
+simple, intuitive interface on top of an efficient, cross-platform
+back-end.
+EOF
More information about the Lunar-commits
mailing list