From 1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 Mon Sep 17 00:00:00 2001 From: Lukc Date: Sat, 18 Dec 2010 23:16:03 +0100 Subject: Import automatique des recettes de Crux. (git://crux.nu/ports/xorg.git - branche 2.7) --- xorg-xdm/.footprint | 35 +++++++++++++++++++++++++++++++++++ xorg-xdm/.md5sum | 2 ++ xorg-xdm/Pkgfile | 18 ++++++++++++++++++ xorg-xdm/Pkgfile.old | 21 +++++++++++++++++++++ xorg-xdm/xdm | 23 +++++++++++++++++++++++ 5 files changed, 99 insertions(+) create mode 100644 xorg-xdm/.footprint create mode 100644 xorg-xdm/.md5sum create mode 100644 xorg-xdm/Pkgfile create mode 100644 xorg-xdm/Pkgfile.old create mode 100755 xorg-xdm/xdm (limited to 'xorg-xdm') diff --git a/xorg-xdm/.footprint b/xorg-xdm/.footprint new file mode 100644 index 0000000..4b727bc --- /dev/null +++ b/xorg-xdm/.footprint @@ -0,0 +1,35 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/rc.d/ +-rwxr-xr-x root/root etc/rc.d/xdm +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/xdm +-rwxr-xr-x root/root usr/bin/xdmshell +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/X11/ +drwxr-xr-x root/root usr/lib/X11/xdm/ +-rwxr-xr-x root/root usr/lib/X11/xdm/GiveConsole +-rwxr-xr-x root/root usr/lib/X11/xdm/TakeConsole +-rw-r--r-- root/root usr/lib/X11/xdm/Xaccess +-rwxr-xr-x root/root usr/lib/X11/xdm/Xreset +-rw-r--r-- root/root usr/lib/X11/xdm/Xresources +-rw-r--r-- root/root usr/lib/X11/xdm/Xservers +-rwxr-xr-x root/root usr/lib/X11/xdm/Xsession +-rwxr-xr-x root/root usr/lib/X11/xdm/Xsetup_0 +-rwxr-xr-x root/root usr/lib/X11/xdm/Xstartup +-rwxr-xr-x root/root usr/lib/X11/xdm/Xwilling +-rwxr-xr-x root/root usr/lib/X11/xdm/chooser +-rw-r--r-- root/root usr/lib/X11/xdm/libXdmGreet.a +-rwxr-xr-x root/root usr/lib/X11/xdm/libXdmGreet.la +-rwxr-xr-x root/root usr/lib/X11/xdm/libXdmGreet.so +drwxr-xr-x root/root usr/lib/X11/xdm/pixmaps/ +-rw-r--r-- root/root usr/lib/X11/xdm/pixmaps/xorg-bw.xpm +-rw-r--r-- root/root usr/lib/X11/xdm/pixmaps/xorg.xpm +-rw-r--r-- root/root usr/lib/X11/xdm/xdm-config +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/xdm.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/X11/ +drwxr-xr-x root/root usr/share/X11/app-defaults/ +-rw-r--r-- root/root usr/share/X11/app-defaults/Chooser diff --git a/xorg-xdm/.md5sum b/xorg-xdm/.md5sum new file mode 100644 index 0000000..338f414 --- /dev/null +++ b/xorg-xdm/.md5sum @@ -0,0 +1,2 @@ +ab67db2b29e8f1dd8fa8751f9be88a70 xdm +329383040cdbda5b5c8ce6c7e1120c97 xdm-1.1.10.tar.bz2 diff --git a/xorg-xdm/Pkgfile b/xorg-xdm/Pkgfile new file mode 100644 index 0000000..62dcc42 --- /dev/null +++ b/xorg-xdm/Pkgfile @@ -0,0 +1,18 @@ +description="X display manager" +packager="" +maintainer="Tilman Sauerbeck, tilman at crux dot nu" +url="http://xorg.freedesktop.org" +depends=(xorg-server xorg-xrdb) + +name=xorg-xdm +version=1.1.10 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xdm-1.1.10.tar.bz2 xdm) +build () +{ + cd xdm-$version; + ./configure --prefix=/usr --mandir=$mandir; + make; + make DESTDIR=$PKG install; + install -D -m 755 $SRC/xdm $PKG/etc/rc.d/xdm +} diff --git a/xorg-xdm/Pkgfile.old b/xorg-xdm/Pkgfile.old new file mode 100644 index 0000000..60a80bf --- /dev/null +++ b/xorg-xdm/Pkgfile.old @@ -0,0 +1,21 @@ +# Description: X display manager +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-server, xorg-xrdb + +name=xorg-xdm +version=1.1.10 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xdm-$version.tar.bz2 \ + xdm) + +build() { + cd xdm-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install + + install -D -m 755 $SRC/xdm $PKG/etc/rc.d/xdm +} diff --git a/xorg-xdm/xdm b/xorg-xdm/xdm new file mode 100755 index 0000000..60d591a --- /dev/null +++ b/xorg-xdm/xdm @@ -0,0 +1,23 @@ +#!/bin/sh +# +# /etc/rc.d/xdm: start/stop xdm +# + +case $1 in +start) + /usr/bin/xdm + ;; +stop) + killall -q /usr/bin/xdm + ;; +restart) + $0 stop + sleep 2 + $0 start + ;; +*) + echo "usage: $0 [start|stop|restart]" + ;; +esac + +# End of file -- cgit v1.2.3-54-g00ecf