]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
rtorrent: New package.
authorJan Paul Tuecking <earl@ipfire.org>
Fri, 1 Apr 2011 21:35:03 +0000 (23:35 +0200)
committerJan Paul Tuecking <earl@ipfire.org>
Fri, 1 Apr 2011 21:35:03 +0000 (23:35 +0200)
pkgs/rtorrent/rtorrent.nm [new file with mode: 0644]

diff --git a/pkgs/rtorrent/rtorrent.nm b/pkgs/rtorrent/rtorrent.nm
new file mode 100644 (file)
index 0000000..327d709
--- /dev/null
@@ -0,0 +1,49 @@
+###############################################################################
+#                                                                             #
+# IPFire.org - A linux based firewall                                         #
+# Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt                 #
+#                                                                             #
+# This program is free software: you can redistribute it and/or modify        #
+# it under the terms of the GNU General Public License as published by        #
+# the Free Software Foundation, either version 3 of the License, or           #
+# (at your option) any later version.                                         #
+#                                                                             #
+# This program is distributed in the hope that it will be useful,             #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of              #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
+# GNU General Public License for more details.                                #
+#                                                                             #
+# You should have received a copy of the GNU General Public License           #
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.       #
+#                                                                             #
+###############################################################################
+
+###############################################################################
+# Definitions
+###############################################################################
+
+include $(PKGROOT)/Include
+
+PKG_NAME       = rtorrent
+PKG_VER        = 0.8.7
+PKG_REL        = 1
+
+PKG_MAINTAINER =
+PKG_GROUPS     = Internet/P2P
+PKG_URL        = http://libtorrent.rakshasa.no/
+PKG_LICENSE    = GPLv3
+PKG_SUMMARY    = BitTorrent client based on libtorrent.
+
+PKG_BUILD_DEPS+= gcc-c++ libcurl-devel libsigc++-devel libtorrent-devel ncurses-devel
+
+define PKG_DESCRIPTION
+       A BitTorrent client using libtorrent, which on high-bandwidth connections is
+       able to seed at 3 times the speed of the official client. Using
+       ncurses its ideal for use with screen or dtach. It supports
+       saving of sessions and allows the user to add and remove torrents and scanning
+       of directories for torrent files to seed and/or download.
+endef
+
+PKG_TARBALL    = $(THISAPP).tar.gz
+
+STAGE_BUILD_TARGETS += LDFLAGS=-lpthread