1 # Maintainer: Thomas Dziedzic < gostrc at gmail >
6 pkgdesc='A high performance, scalable, distributed storage and processing system for structured and unstructured data.'
8 url='http://hypertable.org/'
10 depends=('log4cpp' 'hyperic-sigar' 'thrift' 'google-perftools' 'kfs' 'ceph' 'rrdtool')
11 source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver-alpha-src.tar.gz")
12 md5sums=('e16b3348ed61202e0c17e1679af47520')
16 rm -r build || return 1
19 mkdir build || return 1
22 export DESTDIR="${pkgdir}"
25 -DCMAKE_BUILD_TYPE=Release \
26 -DThrift_LIB=/usr/lib/libthrift.so \
27 -DSIGAR_LIBRARY=/usr/lib/libsigar-x86-linux.so \
28 ../$pkgname-$pkgver-alpha || return 1
36 export DESTDIR="${pkgdir}"
38 make install || return 1