diff options
| author | Yuval Gross <52262536+yuvalg-MSFT@users.noreply.github.com> | 2019-12-03 11:18:49 -0800 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-12-03 11:18:49 -0800 |
| commit | e9267ac7c40d990c8368861189031bcd5eb77189 (patch) | |
| tree | c8f3316fddb74b8d01ae36fd0bae3a99b271bc2d /ports/libproxy/CONTROL | |
| parent | 227d05535901da3372dac2f5fdf4af42cd4e0477 (diff) | |
| download | vcpkg-e9267ac7c40d990c8368861189031bcd5eb77189.tar.gz vcpkg-e9267ac7c40d990c8368861189031bcd5eb77189.zip | |
[proxywrapper] Add new port (#8916)
* adding proxywrapper package
* resolving review comments
* restrict Linux only
* [proxywrapper] Only static library
* [libmodman] Move building of tests to a non-default feature
* [libproxy] Move tests to a non-default feature
* [libproxy] Add features for language bindings
* [proxywrapper] Require C++ 11 standard
Diffstat (limited to 'ports/libproxy/CONTROL')
| -rw-r--r-- | ports/libproxy/CONTROL | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/ports/libproxy/CONTROL b/ports/libproxy/CONTROL index 395f19ecd..051420c85 100644 --- a/ports/libproxy/CONTROL +++ b/ports/libproxy/CONTROL @@ -1,8 +1,26 @@ Source: libproxy -Version: 0.4.15 +Version: 0.4.15-1 Homepage: https://github.com/libproxy/libproxy Description: libproxy is a library that provides automatic proxy configuration management. Build-Depends: libmodman +Feature: bindings-csharp +Description: Install C# bindings + +Feature: bindings-python +Description: Install Python bindings + +Feature: bindings-perl +Description: Install PERL bindings + +Feature: bindings-ruby +Description: Install Ruby bindings + +Feature: bindings-vala +Description: Install Vala bindings + Feature: tools -Description: build tools
\ No newline at end of file +Description: build tools + +Feature: tests +Description: Build libproxy tests |
