openssl.package.json 814 B

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