Guest User

Untitled

a guest
Aug 3rd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. name: samba-dc
  2. version: '0.1'
  3. summary: Samba snap to be configured as an Active Directory Domain Controller
  4. description: |
  5. This is my-snap's description. You have a paragraph or two to tell the
  6. most important story about your snap. Keep it under 100 words though,
  7. we live in tweetspace and your description wants to look good in the snap
  8. store.
  9.  
  10. grade: devel # must be 'stable' to release into candidate/stable channels
  11. confinement: devmode # use 'strict' once you have the right plugs and slots
  12.  
  13. parts:
  14. samba:
  15. source: https://download.samba.org/pub/samba/samba-latest.tar.gz
  16. plugin: autotools
  17. build-packages:
  18. - acl
  19. - attr
  20. - autoconf
  21. - bison
  22. - build-essential
  23. - debhelper
  24. - dnsutils
  25. - docbook-xml
  26. - docbook-xsl
  27. - flex
  28. - gdb
  29. - krb5-user
  30. - libacl1-dev
  31. - libaio-dev
  32. - libattr1-dev
  33. - libblkid-dev
  34. - libbsd-dev
  35. - libcap-dev
  36. - libcups2-dev
  37. - libgnutls28-dev
  38. - libgpgme11-dev
  39. - libjson-perl
  40. - libldap2-dev
  41. - libncurses5-dev
  42. - libpam0g-dev
  43. - libparse-yapp-perl
  44. - libpopt-dev
  45. - libpython-dev
  46. - libreadline-dev
  47. - perl
  48. - perl-modules
  49. - pkg-config
  50. - python-all-dev
  51. - python-crypto
  52. - python2.7-dev
  53. - python-dnspython
  54. - python-gpgme
  55. - python-m2crypto
  56. - xsltproc
  57. - zlib1g-dev
Add Comment
Please, Sign In to add comment