From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/polipo/PKGBUILD | 48 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 community/polipo/PKGBUILD (limited to 'community/polipo/PKGBUILD') diff --git a/community/polipo/PKGBUILD b/community/polipo/PKGBUILD new file mode 100644 index 000000000..d09f48478 --- /dev/null +++ b/community/polipo/PKGBUILD @@ -0,0 +1,48 @@ +# Maintainer: Jelle van der Waa +# Contributor: Thomas Holmquist +# Contributor: Jan Boehringer +# Contributor: Alex Griffin + +pkgname=polipo +pkgver=1.0.4.1 +pkgrel=1 +pkgdesc="A small and fast caching web proxy." +arch=('i686' 'x86_64') +url="http://www.pps.jussieu.fr/~jch/software/polipo/" +license=('GPL') +depends=('glibc' 'bash') +makedepends=(texinfo) +install=polipo.install +source=(http://freehaven.net/~chrisd/polipo/polipo-$pkgver.tar.gz + polipo.cron polipo.rc.d) +md5sums=('bfc5c85289519658280e093a270d6703' + 'bac0e1a871964c931eb5f7a369b3243c' + '443e442f7071e31dbd53fc9d810a2c3e') +conflicts=('polipo-git' 'polipo-darcs') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + make all + + make PREFIX="$pkgdir/usr" \ + MANDIR="$pkgdir/usr/share/man" \ + INFODIR="$pkgdir/usr/share/info" \ + LOCAL_ROOT="$pkgdir/usr/share/polipo/www" \ + DISK_CACHE_ROOT="$pkgdir/var/cache/polipo" \ + install + + + # install config files + install -Dm 644 config.sample $pkgdir/etc/polipo/config.sample + install -Dm 644 forbidden.sample $pkgdir/etc/polipo/forbidden.sample + + # install license + install -Dm644 COPYING $pkgdir/usr/share/licenses/polipo/LICENSE + + # install daemon scripts / cron + install -Dm 755 $srcdir/polipo.rc.d $pkgdir/etc/rc.d/polipo + install -Dm 755 $srcdir/polipo.cron $pkgdir/usr/share/polipo/polipo.cron + + +} -- cgit v1.2.3-54-g00ecf