updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / sqtop / PKGBUILD
blobbd4aeed4d0e638ccbd2d001377aaabb389d92ecf
1 # Author & maintainer: Bohdan Turkynewych <tb0hdan@gmail.com>
2
4 pkgname=sqtop
5 _distname=sqtop
6 pkgver=20101007
7 pkgrel=1
8 pkgdesc="sqtop is a console applicaton to display information about currently active client connections for a Squid proxy in a convenient way."
9 arch=(i686 x86_64)
10 url="http://code.google.com/p/sqtop/"
11 depends=('squid')
12 makedepends=('squid')
14 license=('GPL')
15 source=(http://sqtop.googlecode.com/files/${_distname}-2010-10-07.tar.bz2)
16 sha256sums=('0c3b1ae5daca128ffad6890088a4461c4624c624daef968a96411c42d0afaf63')
18 build() {
19    cd ${srcdir}/${_distname}-2010-10-07
20       ./configure --prefix=/usr --sysconfdir=/etc/ 
21    make
24 package() {
25   cd ${srcdir}/${_distname}-2010-10-07
26   make DESTDIR=${pkgdir} install