X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Ftransmission%2FMakefile;h=3d89ae66d3f552ccb81a7ece554197e382663891;hp=ec09c8018d78006128850b83974db1d96af95289;hb=d9521e7e9f2fcfef05413c140f5d298e0eb3daad;hpb=8a1fe22aba398033d8598d6648b0f0fd4b16ca46 diff --git a/net/transmission/Makefile b/net/transmission/Makefile index ec09c8018d..3d89ae66d3 100644 --- a/net/transmission/Makefile +++ b/net/transmission/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2010 OpenWrt.org +# Copyright (C) 2009-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=transmission -PKG_VERSION:=2.21 -PKG_RELEASE:=2 +PKG_VERSION:=2.61 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://mirrors.m0k.org/transmission/files -PKG_MD5SUM:=65a00e3423834121c274717bde2b4dd9 +PKG_MD5SUM:=a7849550d82d8a51ddaacd35edc8afe0 -PKG_FIXUP:=libtool +PKG_FIXUP:=autoreconf PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 @@ -32,7 +32,7 @@ endef define Package/transmission-daemon $(call Package/transmission/template) - DEPENDS:=+libcurl +libopenssl +libpthread +libevent2 + DEPENDS:=+libcurl +libopenssl +libpthread +libevent2 +librt +libminiupnpc MENU:=1 endef @@ -43,6 +43,7 @@ endef define Package/transmission-remote $(call Package/transmission/template) + DEPENDS:=+libcurl +libopenssl +libpthread +libevent2 +librt +libminiupnpc endef define Package/transmission-web @@ -75,7 +76,7 @@ define Package/transmission-daemon/conffiles endef CONFIGURE_VARS += \ - LIBEVENT_LIBS="$(STAGING_DIR)/usr/lib/libevent.so" + LIBEVENT_LIBS="$(STAGING_DIR)/usr/lib/libevent-2.0.so.5" CONFIGURE_ARGS += \ --enable-daemon \