diff options
Diffstat (limited to 'consolekit/Pkgfile')
-rwxr-xr-x | consolekit/Pkgfile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/consolekit/Pkgfile b/consolekit/Pkgfile deleted file mode 100755 index 32a7cc2b9..000000000 --- a/consolekit/Pkgfile +++ /dev/null @@ -1,30 +0,0 @@ -# Description: framework for defining and tracking users, login sessions, and seats -# URL: http://www.freedesktop.org/wiki/Software/ConsoleKit -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed do ch -# Depends on: dbus-glib, xorg-libx11, polkit, xmlto, docbook-xsl -# Run on: dbus-glib,xorg-libx11,policykit,polkit,xmlto,docbook-xsl - -name=consolekit -version=0.4.5 -release=2 -source=(http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-$version.tar.bz2 - pam-foreground-compat.ck - consolekit.logrotate) - -build() { - cd ConsoleKit-$version - - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --libexecdir=/usr/lib/ConsoleKit \ - --enable-pam-module \ - --enable-docbook-docs \ - --with-dbus-services=$PKG/usr/share/dbus-1/services - - make - make DESTDIR=$PKG install - install -m755 $SRC/pam-foreground-compat.ck $PKG/usr/lib/ConsoleKit/run-session.d/ - install -D -m644 $SRC/consolekit.logrotate $PKG/etc/logrotate.d/consolekit -} |