Hi some weeks ago also I made the same work. I suggest to use the attached patches instread (for the web part)
Index: Makefile =================================================================== --- Makefile (revisione 12976) +++ Makefile (copia locale) @@ -29,12 +29,24 @@ URL:=http://www.transmissionbt.com endef +define Package/transmission-web + $(call Package/transmission) + DEPENDS:=+transmission + TITLE+= (web gui) +endef + define Package/tranmission/description Transmission is a simple BitTorrent client. It features a very simple, intuitive interface on top on an efficient, cross-platform back-end. endef +define Package/tranmission/description + $(call Package/transmission/description) + + This package contain the web front-end +endef + CONFIGURE_ARGS += \ --enable-daemon \ --disable-gtk \ @@ -55,4 +67,10 @@ $(INSTALL_BIN) $(PKG_BUILD_DIR)/daemon/transmission-remote $(1)/usr/bin/ endef +define Package/transmission-web/install + $(INSTALL_DIR) $(1)/www/transmission + $(CP) -r $(PKG_BUILD_DIR)/web/ $(1)/www/transmission/ +endef + $(eval $(call BuildPackage,transmission)) +$(eval $(call BuildPackage,transmission-web)) 2008/11/2 Q (Igor Mammedov) <[EMAIL PROTECTED]>: > On Sun, Nov 2, 2008 at 3:46 PM, Brian J. Murrell <[EMAIL PROTECTED]> wrote: >> On Sun, 2008-11-02 at 15:35 +0300, Q (Igor Mammedov) wrote: >>> @@ -24,7 +24,7 @@ >>> SUBMENU:=BitTorrent >>> SECTION:=net >>> CATEGORY:=Network >>> - DEPENDS:=+libcurl +libopenssl +libpthread >>> + DEPENDS:=+libcurl +libopenssl +libpthread +screen >>> TITLE:=A free, lightweight BitTorrent client >>> URL:=http://www.transmissionbt.com >>> endef >> >> I disagree with adding this dependency on screen. screen is not a >> requirement, it's just a convenience for your particular use-case. >> Others may choose not to run it in a screen. > > Removed DEPS on screen and also it looks like version has already > been updated in svn, so only files for web interface are left. > Fixed patch is attached. > > _______________________________________________ > openwrt-devel mailing list > [email protected] > http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel > > -- Claudio User linux #415284 http://www.crisos.org/ - Cris linux distribution _______________________________________________ openwrt-devel mailing list [email protected] http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
