# Description: Systeme d'abstraction de materiel # URL: http://hal.freedesktop.org/docs/polkit # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: glib, expat, linux-pam, gobject-introspection, intltool # Run on: glib,expat,linux-pam name=polkit version=0.104 release=1 source=(http://hal.freedesktop.org/releases/$name-$version.tar.gz polkit.pam) build() { cd $name-$version PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/polkit-1 \ --mandir=/usr/share/man \ --localstatedir=/var \ --with-os-type=NuTyX make make DESTDIR=$PKG install mkdir -p $PKG/var/{lib,run}/polkit-1 install -m644 $SRC/polkit.pam $PKG/etc/pam.d/polkit-1 }