Stip gconf makedep

This commit is contained in:
Manuel 2011-01-16 23:02:36 +00:00
parent d10e0a4bf9
commit e5d6871180

View File

@ -6,17 +6,16 @@
pkgname=libproxy
pkgver=0.4.6
pkgrel=1
pkgrel=2
pkgdesc="A library that provides automatic proxy configuration management"
arch=(i686 x86_64)
license=('LGPL')
depends=('gcc-libs')
optdepends=('gconf: GNOME configuration module'
'kdelibs: KDE configuration module'
optdepends=('kdelibs: KDE configuration module'
'networkmanager: NetworkManager configuration module'
'perl: Perl bindings'
'python2: Python bindings')
makedepends=('gconf' 'cmake' 'networkmanager' 'automoc4' 'python2' 'kdelibs' 'perl')
makedepends=('cmake' 'networkmanager' 'automoc4' 'python2' 'kdelibs' 'perl')
url="http://libproxy.googlecode.com"
source=(http://libproxy.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
options=('!libtool')