From 1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 22 Feb 2012 23:15:20 +0000 Subject: Wed Feb 22 23:15:20 UTC 2012 --- community/polipo/PKGBUILD | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'community/polipo/PKGBUILD') diff --git a/community/polipo/PKGBUILD b/community/polipo/PKGBUILD index d09f48478..5eaf8a991 100644 --- a/community/polipo/PKGBUILD +++ b/community/polipo/PKGBUILD @@ -1,16 +1,18 @@ -# Maintainer: Jelle van der Waa +# $Id: PKGBUILD 65625 2012-02-21 12:15:55Z ttopper $ +# Maintainer: Thorsten Töpper +# Contributor: Jelle van der Waa # Contributor: Thomas Holmquist # Contributor: Jan Boehringer # Contributor: Alex Griffin pkgname=polipo pkgver=1.0.4.1 -pkgrel=1 +pkgrel=2 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') +depends=('bash') makedepends=(texinfo) install=polipo.install source=(http://freehaven.net/~chrisd/polipo/polipo-$pkgver.tar.gz @@ -23,8 +25,11 @@ conflicts=('polipo-git' 'polipo-darcs') build() { cd "$srcdir/$pkgname-$pkgver" - make all + make +} +package() { + cd "$srcdir/$pkgname-$pkgver" make PREFIX="$pkgdir/usr" \ MANDIR="$pkgdir/usr/share/man" \ INFODIR="$pkgdir/usr/share/info" \ @@ -43,6 +48,6 @@ build() { # 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 - - } + +# vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf