summaryrefslogtreecommitdiffstats
path: root/package/rtorrent/rtorrent.mk
diff options
context:
space:
mode:
authorGustavo Zacarias2012-05-14 12:55:29 +0200
committerPeter Korsgaard2012-05-14 23:00:59 +0200
commit54366d812d860aa7de776f14b00d52f89bb52371 (patch)
treeddb853783267bb65c3130d7301deae9bc039321b /package/rtorrent/rtorrent.mk
parentlibtorrent: new package (diff)
downloadbuildroot-54366d812d860aa7de776f14b00d52f89bb52371.tar.gz
buildroot-54366d812d860aa7de776f14b00d52f89bb52371.tar.xz
buildroot-54366d812d860aa7de776f14b00d52f89bb52371.zip
rtorrent: new package
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/rtorrent/rtorrent.mk')
-rw-r--r--package/rtorrent/rtorrent.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/rtorrent/rtorrent.mk b/package/rtorrent/rtorrent.mk
new file mode 100644
index 000000000..f60bd4072
--- /dev/null
+++ b/package/rtorrent/rtorrent.mk
@@ -0,0 +1,12 @@
+#############################################################
+#
+# rtorrent
+#
+#############################################################
+
+RTORRENT_VERSION = 0.9.2
+RTORRENT_SITE = http://libtorrent.rakshasa.no/downloads
+RTORRENT_DEPENDENCIES = host-pkg-config libcurl libsigc libtorrent ncurses
+RTORRENT_AUTORECONF = YES
+
+$(eval $(call AUTOTARGETS))