[packages] btpd: add autoreconf fixup to prevent openssl removal related build failures
* re-drop libopenssl dependency * fix description's long lines git-svn-id: svn://svn.openwrt.org/openwrt/packages@25339 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
60472ecda0
commit
6ee58e49e8
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2009-2010 OpenWrt.org
|
# Copyright (C) 2009-2011 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -15,6 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
|||||||
PKG_SOURCE_URL:=https://github.com/downloads/btpd/btpd
|
PKG_SOURCE_URL:=https://github.com/downloads/btpd/btpd
|
||||||
PKG_MD5SUM:=fe042aae8d7c515ecd855673d1c2b33e
|
PKG_MD5SUM:=fe042aae8d7c515ecd855673d1c2b33e
|
||||||
|
|
||||||
|
PKG_FIXUP:=autoreconf
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
@ -22,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/btpd
|
define Package/btpd
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libpthread +libopenssl
|
DEPENDS:=+libpthread
|
||||||
SUBMENU:=BitTorrent
|
SUBMENU:=BitTorrent
|
||||||
TITLE:=btpd - BitTorrent Protocol Daemon
|
TITLE:=btpd - BitTorrent Protocol Daemon
|
||||||
URL:=https://github.com/btpd/btpd/wiki/
|
URL:=https://github.com/btpd/btpd/wiki/
|
||||||
@ -31,9 +32,12 @@ endef
|
|||||||
define Package/btpd/description
|
define Package/btpd/description
|
||||||
BTPD is a bittorrent client consisting of a daemon and client commands,
|
BTPD is a bittorrent client consisting of a daemon and client commands,
|
||||||
which can be used to read and/or manipulate the daemon state.
|
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.
|
The daemon is capable of running several torrents simultaneously and
|
||||||
It's fairly low on resource usage and should be perfect for file distribution sites.
|
only uses one tcp port.
|
||||||
Efficient downloads and ease of use makes this client a good choice for the casual user as well.
|
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
|
endef
|
||||||
|
|
||||||
define Package/btpd/conffiles
|
define Package/btpd/conffiles
|
||||||
|
Loading…
x
Reference in New Issue
Block a user