Guest User

Untitled

a guest
Dec 16th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. name : grive
  2. version : 0.5.0
  3. release : 1
  4. source :
  5. - https://github.com/vitalif/grive2/archive/v0.5.0.tar.gz : 24641ef4802eb93bb55e7069bca55c4fb8aa17fd88833b9c89a1b2ee7d266567
  6. license : GPL-2
  7. component : editor
  8. summary : Google Drive client
  9. description: |
  10. An open source Linux client for Google Drive with support for the new Drive REST API and partial sync
  11.  
  12. builddeps:
  13. - curl-devel
  14. - libgcrypt-devel
  15. - libboost-devel
  16. - cmake
  17. - expat-devel
  18. - json-c-devel
  19. - yajl-devel
  20.  
  21. rundeps :
  22. - curl
  23. - libgcrypt
  24. - libboost
  25. - expat
  26. - json-c
  27. - yajl
  28.  
  29. setup : |
  30. echo "_____________ $PWD ____________"
  31. # tar -hxvf v0.5.0.tar.gz
  32. # cd grive2-0.5.0
  33.  
  34. build : |
  35. cmake . -DCMAKE_BUILD_TYPE=Release \
  36. -DCMAKE_INSTALL_PREFIX=/usr \
  37. -DCMAKE_EXE_LINKER_FLAGS=-ljson-c
  38.  
  39. install : |
  40. %make_install
Add Comment
Please, Sign In to add comment