1 # Maintainer: TDY <tdy@gmx.com>
6 pkgdesc="A QT implementation of the console 'top' system monitor"
8 url="http://www.phenix.bnl.gov/WWW/publish/hpereira/software/index.php?page=package&package_list=software_list_qt4&package=Top-qt4&full=1"
11 source=(http://www.phenix.bnl.gov/WWW/publish/hpereira/software/tgz/Top-qt4_$pkgver.tar.gz)
12 md5sums=('c4d6f3d5e20b3e46b466844392a214f2')
15 cd "$srcdir/Top-qt4_$pkgver"
16 ./autogen.sh --prefix=/usr --with-qt-dir=/usr
21 cd "$srcdir/Top-qt4_$pkgver"
22 make DESTDIR="$pkgdir" install
23 ln -sf Top "$pkgdir/usr/bin/qtop"