1 # Contributor: aeolist <aeolist@hotmail.com>
2 # Contributor: Andreas Wagner <Andreas dot Wagner at em dot uni-frankfurt dot de>
7 pkgdesc="This tool allows to mesure how a file grows, network transfer, disk free, memory usage, stdin flux, etc. It supports ETA and progressbar output too."
9 url="http://nopcode.org/blog/mesure.html"
11 depends=('gmp' 'libpcap')
12 source=(ftp://ftp.nopcode.org/prj/mesure/$pkgname-$pkgver.tar.gz)
15 cd $startdir/src/${pkgname}-${pkgver}
17 ./configure --prefix=/usr --install=/bin/install
19 install -D -m755 -s $startdir/src/$pkgname-$pkgver/src/mesure $startdir/pkg/usr/bin/mesure
20 install -D -m444 $startdir/src/$pkgname-$pkgver/doc/mesure.1 $startdir/pkg/usr/share/man/man1/mesure.1
23 md5sums=('91ad0f58194a7bd1acc1b7c016305dc4')