Advertisement
Guest User

Untitled

a guest
Nov 11th, 2015
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. SUMMARY = "Simple SMTP server"
  2.  
  3. LICENSE = "GPLv2"
  4. LIC_FILES_CHKSUM = "file://COPYING;md5=0c56db0143f4f80c369ee3af7425af6e"
  5.  
  6. SRC_URI = "git://github.com/ajwans/sSMTP.git;branch=master;protocol=https"
  7. SRCREV = "7642415100f108875af71343f19e08bf0b799124"
  8.  
  9. S = "${WORKDIR}/git"
  10.  
  11. inherit autotools-brokensep
  12.  
  13. PACKAGECONFIG ??= "openssl"
  14. PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement