4 pkgdesc="Scalable cross-language services framework for IPC/RPC between C++, Java, Ruby, PHP, Python, C, Haskell, Erlang, etc."
6 url="http://developers.facebook.com/thrift/"
7 license=('Thrift Software License')
8 depends=(boost flex bison)
9 makedepends=(git autoconf automake)
13 _gitroot="git://github.com/dreiss/thrift.git"
18 msg "Connecting to github.com"
20 if [ -d $startdir/src/$_gitname ] ; then
21 cd $_gitname && git-pull origin
22 msg "The local files are updated."
27 msg "GIT checkout done or server timeout"
28 msg "Starting make..."
30 cd ${startdir}/src/${_gitname}
32 ./configure --prefix=/usr
34 make DESTDIR=${startdir}/pkg install || return 1