Advertisement
Guest User

libjson.bb

a guest
Sep 30th, 2013
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. SUMMARY = "LIBJSONCPP"
  2. DESCRIPTION = "JSONCPP"
  3. AUTHOR = "Josh Kurland <joshua.kurland@adtecdigital.net>"
  4.  
  5. #LICENSE = "MIT"
  6. #LIC_FILES_CHKSUM = "file://COPYING;md5=30a276a476b02c2dcd0849bde417fb17"
  7. LICENSE = "CLOSED"
  8.  
  9. SRC_URI = "http://sourceforge.net/projects/jsoncpp/files/jsoncpp/0.6.0-rc2/jsoncpp-src-0.6.0-rc2.tar.gz"
  10. SRC_URI[md5sum] = "363e2f4cbd3aeb63bf4e571f377400fb"
  11. SRC_URI[sha256sum] = "d4d193d163f520b08b9155cba978615892ca1359d77e3fb261fce2f86d09b283"
  12.  
  13.  
  14. S = "${WORKDIR}/jsoncpp/0.6.0-rc2"
  15.  
  16.  
  17. #scons_do_install() {
  18. # python scons.py platform=linux-gcc
  19. #}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement