1 # Author & maintainer: Bohdan Turkynewych <tb0hdan@gmail.com>
8 pkgdesc="sqtop is a console applicaton to display information about currently active client connections for a Squid proxy in a convenient way."
10 url="http://code.google.com/p/sqtop/"
15 source=(http://sqtop.googlecode.com/files/${_distname}-2010-10-07.tar.bz2)
16 sha256sums=('0c3b1ae5daca128ffad6890088a4461c4624c624daef968a96411c42d0afaf63')
19 cd ${srcdir}/${_distname}-2010-10-07
20 ./configure --prefix=/usr --sysconfdir=/etc/
25 cd ${srcdir}/${_distname}-2010-10-07
26 make DESTDIR=${pkgdir} install