X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=net%2Fbtpd%2FMakefile;fp=net%2Fbtpd%2FMakefile;h=9085267d40989ead868cb8024d5f4118135bbb97;hb=0638217836b69ea5523df64daf112df56db4eec1;hp=8903a37740d5ee5df94def583a6a746d0de01a27;hpb=07a63d8c9c18fdc0b46de36ce93204bd66d8e327;p=packages.git diff --git a/net/btpd/Makefile b/net/btpd/Makefile index 8903a3774..9085267d4 100644 --- a/net/btpd/Makefile +++ b/net/btpd/Makefile @@ -8,39 +8,43 @@ include $(TOPDIR)/rules.mk PKG_NAME:=btpd -PKG_VERSION:=0.15 -PKG_RELEASE:=2 +PKG_VERSION:=0.16 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.murmeldjur.se/btpd/ -PKG_MD5SUM:=b64e2e8b9936e99685bc1e7246655561 +PKG_SOURCE_URL:=https://github.com/downloads/btpd/btpd +PKG_MD5SUM:=fe042aae8d7c515ecd855673d1c2b33e + +PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk define Package/btpd SECTION:=net CATEGORY:=Network - DEPENDS:=+libopenssl +libpthread + DEPENDS:=+libpthread SUBMENU:=BitTorrent TITLE:=btpd - BitTorrent Protocol Daemon - URL:=http://www.murmeldjur.se/btpd/ + URL:=https://github.com/btpd/btpd/wiki/ endef define Package/btpd/description - BTPD is a bittorrent client consisting of a daemon and client commands, - which can be used to read and/or manipulate the daemon state. - The daemon is capable of running several torrents simultaneously and only uses one tcp port. - It's fairly low on resource usage and should be perfect for file distribution sites. + BTPD is a bittorrent client consisting of a daemon and client commands, + which can be used to read and/or manipulate the daemon state. + The daemon is capable of running several torrents simultaneously and only uses one tcp port. + It's fairly low on resource usage and should be perfect for file distribution sites. Efficient downloads and ease of use makes this client a good choice for the casual user as well. endef +define Package/btpd/conffiles +/etc/config/btpd +endef + CONFIGURE_ARGS += -C --with-evloop-method=poll define Package/btpd/install $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_BIN) $(PKG_BUILD_DIR)/btpd/btpd $(1)/usr/bin - $(INSTALL_BIN) $(PKG_BUILD_DIR)/cli/btcli $(1)/usr/bin - $(INSTALL_BIN) $(PKG_BUILD_DIR)/cli/btinfo $(1)/usr/bin + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/bt{cli,info,pd} $(1)/usr/bin/ $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/btpd.init $(1)/etc/init.d/btpd $(INSTALL_DIR) $(1)/etc/config