wok-stable diff polkit/receipt @ rev 10164
Up: ruby-gtk2 to 0.90.8.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 20:14:55 2011 +0000 (2011-05-20) |
parents | 65d249223836 |
children | cf0bb35f3330 |
line diff
1.1 --- a/polkit/receipt Tue Apr 12 14:25:25 2011 +0000 1.2 +++ b/polkit/receipt Fri May 20 20:14:55 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 \