Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2015
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. DESCRIPTION = "AIT QKD R10 Software"
  2. SECTION = "examples"
  3. LICENSE = "CLOSED"
  4. PR = "r0"
  5. DEPENDS = "libtool dbus boost"
  6. S = "${WORKDIR}/git"
  7.  
  8.  
  9. SRC_URI[md5sum] = "5ffeb2b528a0f7411b3f273fc5a93771"
  10. SRC_URI[sha256sum] = "a214bc1e94ffad4e8fa22de4994083cf29a5c21a17b0f3f031813190399a24a1"
  11.  
  12. SRC_URI = "git://git-service.ait.ac.at/quantum-cryptography/qkd.git;protocol=https;rev=v9.9999.4"
  13. SRC_URI += "file://cmakelist_compiler_settings.patch;patch=1"
  14. SRC_URI += "file://cmakelist_remove_latex.patch;patch=2"
  15.  
  16. RDEPENDS_${PN} += "libssl zlib dbus zeromq libqtgui4 libqtdbus4 libqtnetwork4 libqtcore4 qwt gmp libqtxml4 libicui18n qt4-x11-free"
  17.  
  18.  
  19.  
  20. inherit qt4x11 pkgconfig cmake
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement