Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Turris
Turris OS
Turris OS packages
Commits
1f6ca491
Verified
Commit
1f6ca491
authored
Aug 16, 2017
by
Jan Pavlinec
Browse files
obfs4proxy: add new package
parent
27d73b97
Changes
1
Hide whitespace changes
Inline
Side-by-side
net/obfs4proxy/Makefile
0 → 100644
View file @
1f6ca491
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
obfs4proxy
PKG_VERSION
:=
0.0.7
PKG_RELEASE
:=
2
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_URL
:=
https://github.com/Yawning/obfs4.git
PKG_SOURCE_VERSION
:=
$(PKG_NAME)
-
$(PKG_VERSION)
PKG_SOURCE
:=
$(PKG_NAME)
-
$(PKG_SOURCE_VERSION)
.tar.gz
PKG_SOURCE_SUBDIR
:=
$(PKG_NAME)
-
$(PKG_VERSION)
PKG_BUILD_DIR
:=
$(BUILD_DIR)
/
$(PKG_NAME)
-
$(PKG_VERSION)
PKG_BUILD_DEPENDS
:=
go/host
PKG_LICENSE
:=
GPL-3.0
PKG_MAINTAINER
:=
Jan Pavlinec <jan.pavlinec@nic.cz>
GO_SRC_DIR
:=
$(PKG_BUILD_DIR)
/obfs4proxy/
include
$(INCLUDE_DIR)/package.mk
include
$(TOPDIR)/package/devel/go/files/go-package.mk
define
Package/obfs4proxy
SECTION
:=
net
CATEGORY
:=
Network
SUBMENU
:=
IP Addresses and Names
TITLE
:=
obfs4proxy
URL
:=
https://github.com/Yawning/obfs4
endef
define
Package/$(PKG_NAME)/description
Pluggable
Transports
(PT)
transform
the
Tor
traffic
flow
between
the
client
and
the
bridge.
https
:
//trac.torproject.org/projects/tor/wiki/doc/PluggableTransports/obfs4proxy
endef
define
Build/Compile
$(call
Build/Compile/Go)
endef
define
Package/$(PKG_NAME)/install
$(INSTALL_DIR)
$(1)/usr/bin/
$(CP)
$$(PKG_BUILD_DIR)/obfs4proxy/obfs4proxy
$(1)/usr/bin/obfs4proxy
endef
$(eval
$(call
BuildPackage,obfs4proxy))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment