From a62d4a989569202f2f3f705be8372e20946584dc Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 27 Oct 2009 22:19:24 +0100 Subject: Ajout de xorg-xdm#1.1.8-1 --- xorg/xorg-xdm/.footprint | 35 +++++++++++++++++++++++++++++++++++ xorg/xorg-xdm/.md5sum | 2 ++ xorg/xorg-xdm/Pkgfile | 21 +++++++++++++++++++++ xorg/xorg-xdm/xdm | 23 +++++++++++++++++++++++ 4 files changed, 81 insertions(+) create mode 100644 xorg/xorg-xdm/.footprint create mode 100644 xorg/xorg-xdm/.md5sum create mode 100644 xorg/xorg-xdm/Pkgfile create mode 100755 xorg/xorg-xdm/xdm (limited to 'xorg') diff --git a/xorg/xorg-xdm/.footprint b/xorg/xorg-xdm/.footprint new file mode 100644 index 000000000..4b727bc23 --- /dev/null +++ b/xorg/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/xorg-xdm/.md5sum b/xorg/xorg-xdm/.md5sum new file mode 100644 index 000000000..902409499 --- /dev/null +++ b/xorg/xorg-xdm/.md5sum @@ -0,0 +1,2 @@ +ab67db2b29e8f1dd8fa8751f9be88a70 xdm +cc1816bc62a3722ad509373b0b7f30fe xdm-1.1.8.tar.bz2 diff --git a/xorg/xorg-xdm/Pkgfile b/xorg/xorg-xdm/Pkgfile new file mode 100644 index 000000000..47862c357 --- /dev/null +++ b/xorg/xorg-xdm/Pkgfile @@ -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.8 +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/xorg-xdm/xdm b/xorg/xorg-xdm/xdm new file mode 100755 index 000000000..60d591a20 --- /dev/null +++ b/xorg/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-70-g09d2