12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "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/"
- }
- }
- ]
- }
|