Updated to latest rtorrent

This commit is contained in:
maniacikarus
2009-01-27 07:10:18 +01:00
parent 447b1d20ad
commit 9b828e0533
4 changed files with 12 additions and 11 deletions

View File

@@ -43,8 +43,8 @@ usr/bin/rtorrent
#usr/include/torrent/tracker_list.h
#usr/lib/libtorrent.la
usr/lib/libtorrent.so
usr/lib/libtorrent.so.10
usr/lib/libtorrent.so.10.0.8
usr/lib/libtorrent.so.9
usr/lib/libtorrent.so.9.2.0
#usr/lib/pkgconfig/libtorrent.pc
#usr/include/sigc++-2.0
#usr/include/sigc++-2.0/sigc++

View File

@@ -167,7 +167,7 @@
* libshout-2.2.2
* libsigc++-2.0.17
* libtool-1.5.22
* libtorrent-0.11.9
* libtorrent-0.12.2
* libupnp-1.6.6
* libusb-0.1.12
* libvorbis-1.2.0
@@ -254,7 +254,7 @@
* rrdtool-1.2.15
* rssdler-0.4.0a
* rsync-3.0.4
* rtorrent-0.7.9
* rtorrent-0.8.2
* samba-3.2.7
* sane-1.0.19
* screen-4.0.3
@@ -275,6 +275,7 @@
* squidGuard-1.4
* squidclamav-3.9
* sshfs-fuse-2.2
* sslh-1.6g
* streamripper-1.63.5
* sudo-1.6.8p12
* sysfsutils-1.3.0

View File

@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
# Copyright (C) 2009 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 #
@@ -24,7 +24,7 @@
include Config
VER = 0.11.9
VER = 0.12.2
THISAPP = libtorrent-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 8974dc9499b382a09fb952cabcfef9a0
$(DL_FILE)_MD5 = 0831ca06f8906c7898fd67931ab239c7
install : $(TARGET)

View File

@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
# Copyright (C) 2009 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 #
@@ -24,7 +24,7 @@
include Config
VER = 0.7.9
VER = 0.8.2
THISAPP = rtorrent-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = rtorrent
PAK_VER = 2
PAK_VER = 3
CFLAGS =
CXXFLAGS =
@@ -46,7 +46,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 136202fdd540a92aafbcee29f849d228
$(DL_FILE)_MD5 = a2456182e1767e5aed7341dbbd058f60
install : $(TARGET)