aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/openssl/openssl.package.json
blob: e98964e5067810612b010f217ce0026bec807785 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "meta": {
    "name": "libyandex-openssl-dev",
    "version": "1.0.2j-r{revision}",
    "maintainer": "Sergey Mironov <kohen@yandex-team.ru>",
    "description": "Statically linked OpenSSL from arcadia, headers\nWith Yandex' patches\nApproved by security"
  },
  "build": {
    "targets": [
      "contrib/libs/openssl"
    ]
  },
  "data": [
    {
      "source": {
        "type": "BUILD_OUTPUT",
        "path": "contrib/libs/openssl",
        "files": [
          "libcontrib-libs-openssl.a"
        ]
      },
      "destination": {
        "path": "/usr/lib/"
      }
    },
    {
      "source": {
        "path": "contrib/libs/openssl/include/openssl",
        "scheme": "svn",
        "type": "ARCADIA"
      },
      "destination": {
        "path": "/usr/include/yandex-newssl/"
      }
    }
  ]
}