From 248dd602a357fc6b21c58a6e327c4d90762d2dcc Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 27 Oct 2009 23:03:36 +0100 Subject: Ajout de xorg-xinit#1.1.0-1 --- xorg/xorg-xinit/.footprint | 12 ++++++++++++ xorg/xorg-xinit/.md5sum | 1 + xorg/xorg-xinit/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 xorg/xorg-xinit/.footprint create mode 100644 xorg/xorg-xinit/.md5sum create mode 100644 xorg/xorg-xinit/Pkgfile (limited to 'xorg/xorg-xinit') diff --git a/xorg/xorg-xinit/.footprint b/xorg/xorg-xinit/.footprint new file mode 100644 index 000000000..b8d62ce81 --- /dev/null +++ b/xorg/xorg-xinit/.footprint @@ -0,0 +1,12 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/startx +-rwxr-xr-x root/root usr/bin/xinit +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/X11/ +drwxr-xr-x root/root usr/lib/X11/xinit/ +-rw-r--r-- root/root usr/lib/X11/xinit/xinitrc +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/startx.1.gz +-rw-r--r-- root/root usr/man/man1/xinit.1.gz diff --git a/xorg/xorg-xinit/.md5sum b/xorg/xorg-xinit/.md5sum new file mode 100644 index 000000000..d649dc921 --- /dev/null +++ b/xorg/xorg-xinit/.md5sum @@ -0,0 +1 @@ +9144097186c3d2454beffe8ac3b53c6e xinit-1.1.0.tar.bz2 diff --git a/xorg/xorg-xinit/Pkgfile b/xorg/xorg-xinit/Pkgfile new file mode 100644 index 000000000..e33fc6055 --- /dev/null +++ b/xorg/xorg-xinit/Pkgfile @@ -0,0 +1,18 @@ +# Description: X Window System initializer +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-server + +name=xorg-xinit +version=1.1.0 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xinit-$version.tar.bz2) + +build() { + cd xinit-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-54-g00ecf