Advertisement
Guest User

Untitled

a guest
Sep 13th, 2014
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. --- PKGBUILD.old 2014-09-13 10:19:13.020377553 +0200
  2. +++ PKGBUILD 2014-09-13 10:07:41.831684498 +0200
  3. @@ -1,8 +1,8 @@
  4. #Contributor: Tom Burdick <thomas.burdick@gmail.com>
  5.  
  6. -pkgname=msgpack-git
  7. -pkgver=20100624
  8. -pkgrel=1
  9. +pkgname=msgpack-c-git
  10. +pkgver=0335df55e1a408c0d56d43e46253c952fb8a7f04
  11. +pkgrel=2
  12. pkgdesc="MessagePack fast streaming serialization libraries for C and C++"
  13. arch=('i686' 'x86_64')
  14. url="http://github.com/msgpack/msgpack/"
  15. @@ -12,8 +12,8 @@
  16. provides=('msgpack', 'msgpack-git')
  17. conflicts=('msgpack')
  18.  
  19. -_gitroot="git://github.com/msgpack/msgpack.git"
  20. -_gitname="msgpack"
  21. +_gitroot="git://github.com/msgpack/msgpack-c.git"
  22. +_gitname="msgpack-c"
  23.  
  24. build() {
  25. cd ${srcdir}
  26. @@ -27,12 +27,16 @@
  27. fi
  28.  
  29. msg "GIT checkout done or server timeout"
  30. +
  31. + git checkout poc/0.6
  32. +
  33. + msg "GIT checked out correct branch"
  34.  
  35. msg "Creating build directory"
  36. if [ -d "${srcdir}/$_gitname-build" ]; then rm -rf "${srcdir}/$_gitname-build"; fi
  37. cp -R "${srcdir}/$_gitname" "${srcdir}/$_gitname-build"
  38.  
  39. - cd ${srcdir}/$_gitname-build/cpp
  40. + cd ${srcdir}/$_gitname-build
  41.  
  42. msg "Starting make..."
  43. #msg "Applying patches ..."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement