diff --git a/packages/security/polkit/install b/packages/security/polkit/install index 0ed199aeaa..cdb9bf9e22 100755 --- a/packages/security/polkit/install +++ b/packages/security/polkit/install @@ -2,13 +2,6 @@ . config/options $1 -$SCRIPTS/install zlib -$SCRIPTS/install sg3_utils -$SCRIPTS/install glib -$SCRIPTS/install udev -$SCRIPTS/install eggdbus -$SCRIPTS/install expat - mkdir -p $INSTALL/etc/dbus-1/system.d cp -P $PKG_BUILD/data/org.freedesktop.PolicyKit1.conf $INSTALL/etc/dbus-1/system.d diff --git a/packages/security/polkit/meta b/packages/security/polkit/meta new file mode 100644 index 0000000000..8dc8aa52b3 --- /dev/null +++ b/packages/security/polkit/meta @@ -0,0 +1,14 @@ +PKG_NAME="polkit" +PKG_VERSION="0.99" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="MIT" +PKG_SITE="http://gitweb.freedesktop.org/?p=PolicyKit.git;a=summary" +PKG_URL="http://hal.freedesktop.org/releases/$PKG_NAME-$PKG_VERSION.tar.gz" +PKG_DEPENDS="zlib sg3_utils glib udev eggdbus expat" +PKG_BUILD_DEPENDS="toolchain zlib sg3_utils glib udev eggdbus expat" +PKG_PRIORITY="optional" +PKG_SECTION="security" +PKG_SHORTDESC="polkit: Authorization Toolkit" +PKG_LONGDESC="PolicyKit is a toolkit for defining and handling authorizations. It is used for allowing unprivileged processes to speak to privileged processes." +PKG_IS_ADDON="no" diff --git a/packages/security/polkit/url b/packages/security/polkit/url deleted file mode 100644 index 8059c32146..0000000000 --- a/packages/security/polkit/url +++ /dev/null @@ -1 +0,0 @@ -http://hal.freedesktop.org/releases/polkit-0.99.tar.gz \ No newline at end of file