wok-next diff polkit/receipt @ rev 10355
libIDL: Update WGET_URL to use GNOME_MIRROR in tazwok.conf and cook.conf.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 22 16:49:53 2011 +0000 (2011-05-22) |
parents | 65d249223836 |
children | cf0bb35f3330 |
line diff
1.1 --- a/polkit/receipt Tue Apr 12 14:25:25 2011 +0000 1.2 +++ b/polkit/receipt Sun May 22 16:49:53 2011 +0000 1.3 @@ -5,17 +5,17 @@ 1.4 CATEGORY="base-system" 1.5 SHORT_DESC="Application development toolkit for controlling system-wide privileges." 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 -DEPENDS="glibc-base glib libgio dbus dbus-glib expat pam" 1.8 -BUILD_DEPENDS="pkg-config intltool gobject-introspection-dev " 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.freedesktop.org/wiki/Software/PolicyKit" 1.11 WGET_URL="http://hal.freedesktop.org/releases/$TARBALL" 1.12 1.13 +DEPENDS="glib libgio dbus dbus-glib expat pam" 1.14 +BUILD_DEPENDS="gobject-introspection-dev dbus-dev dbus-glib-dev pam-dev" 1.15 + 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 { 1.19 cd $src 1.20 - 1.21 ./configure \ 1.22 --prefix=/usr \ 1.23 --sysconfdir=/etc \