update buildroot to 2017.02.11
This commit is contained in:
11
bsp/buildroot-2017.02.11/package/proxychains-ng/Config.in
Normal file
11
bsp/buildroot-2017.02.11/package/proxychains-ng/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_PROXYCHAINS_NG
|
||||
bool "proxychains-ng"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on !BR2_STATIC_LIBS
|
||||
help
|
||||
Force any tcp connections to flow through a proxy (or proxy chain)
|
||||
|
||||
https://github.com/rofl0r/proxychains
|
||||
|
||||
comment "proxychains-ng needs a toolchain w/ threads, dynamic library"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
||||
@@ -0,0 +1,5 @@
|
||||
# From https://sourceforge.net/projects/proxychains-ng/files/
|
||||
md5 34d840eb184e96bff418201c28a935c5 proxychains-ng-4.11.tar.bz2
|
||||
sha1 00bc3dc18f2b638c79112c99f082a7a2878beaad proxychains-ng-4.11.tar.bz2
|
||||
# Locally computed:
|
||||
sha256 dcc4149808cd1fb5d9663cc09791f478805816b1f017381f424414c47f6376b6 proxychains-ng-4.11.tar.bz2
|
||||
@@ -0,0 +1,26 @@
|
||||
################################################################################
|
||||
#
|
||||
# proxychains-ng
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PROXYCHAINS_NG_VERSION = 4.11
|
||||
PROXYCHAINS_NG_SOURCE = proxychains-ng-$(PROXYCHAINS_NG_VERSION).tar.bz2
|
||||
PROXYCHAINS_NG_SITE = http://downloads.sourceforge.net/project/proxychains-ng
|
||||
PROXYCHAINS_NG_LICENSE = GPLv2+
|
||||
PROXYCHAINS_NG_LICENSE_FILES = COPYING
|
||||
|
||||
define PROXYCHAINS_NG_CONFIGURE_CMDS
|
||||
cd $(@D) && \
|
||||
$(TARGET_CONFIGURE_OPTS) ./configure --prefix=/usr --sysconfdir=/etc
|
||||
endef
|
||||
|
||||
define PROXYCHAINS_NG_BUILD_CMDS
|
||||
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D)
|
||||
endef
|
||||
|
||||
define PROXYCHAINS_NG_INSTALL_TARGET_CMDS
|
||||
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) DESTDIR=$(TARGET_DIR) install install-config
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user