From 704ded6ebd246313840562ed7fe31036821c381b Mon Sep 17 00:00:00 2001 From: piernov Date: Mon, 30 Apr 2012 16:42:14 +0200 Subject: Revert "xorg dans nutyx-pakxe , la base" This reverts commit e9ef802a013ac393a057134f1fdaad745aa38573. --- xorg-xtrans/.footprint.i686 | 18 ++++++++++++++++++ xorg-xtrans/.footprint.x86_64 | 18 ++++++++++++++++++ xorg-xtrans/.md5sum.i686 | 1 + xorg-xtrans/.md5sum.x86_64 | 1 + xorg-xtrans/Pkgfile | 21 +++++++++++++++++++++ 5 files changed, 59 insertions(+) create mode 100644 xorg-xtrans/.footprint.i686 create mode 100644 xorg-xtrans/.footprint.x86_64 create mode 100644 xorg-xtrans/.md5sum.i686 create mode 100644 xorg-xtrans/.md5sum.x86_64 create mode 100644 xorg-xtrans/Pkgfile (limited to 'xorg-xtrans') diff --git a/xorg-xtrans/.footprint.i686 b/xorg-xtrans/.footprint.i686 new file mode 100644 index 000000000..199e57b1e --- /dev/null +++ b/xorg-xtrans/.footprint.i686 @@ -0,0 +1,18 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/X11/ +drwxr-xr-x root/root usr/include/X11/Xtrans/ +-rw-r--r-- root/root usr/include/X11/Xtrans/Xtrans.c +-rw-r--r-- root/root usr/include/X11/Xtrans/Xtrans.h +-rw-r--r-- root/root usr/include/X11/Xtrans/Xtransint.h +-rw-r--r-- root/root usr/include/X11/Xtrans/Xtranslcl.c +-rw-r--r-- root/root usr/include/X11/Xtrans/Xtranssock.c +-rw-r--r-- root/root usr/include/X11/Xtrans/Xtranstli.c +-rw-r--r-- root/root usr/include/X11/Xtrans/Xtransutil.c +-rw-r--r-- root/root usr/include/X11/Xtrans/transport.c +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/xtrans.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/aclocal/ +-rw-r--r-- root/root usr/share/aclocal/xtrans.m4 diff --git a/xorg-xtrans/.footprint.x86_64 b/xorg-xtrans/.footprint.x86_64 new file mode 100644 index 000000000..199e57b1e --- /dev/null +++ b/xorg-xtrans/.footprint.x86_64 @@ -0,0 +1,18 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/X11/ +drwxr-xr-x root/root usr/include/X11/Xtrans/ +-rw-r--r-- root/root usr/include/X11/Xtrans/Xtrans.c +-rw-r--r-- root/root usr/include/X11/Xtrans/Xtrans.h +-rw-r--r-- root/root usr/include/X11/Xtrans/Xtransint.h +-rw-r--r-- root/root usr/include/X11/Xtrans/Xtranslcl.c +-rw-r--r-- root/root usr/include/X11/Xtrans/Xtranssock.c +-rw-r--r-- root/root usr/include/X11/Xtrans/Xtranstli.c +-rw-r--r-- root/root usr/include/X11/Xtrans/Xtransutil.c +-rw-r--r-- root/root usr/include/X11/Xtrans/transport.c +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/xtrans.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/aclocal/ +-rw-r--r-- root/root usr/share/aclocal/xtrans.m4 diff --git a/xorg-xtrans/.md5sum.i686 b/xorg-xtrans/.md5sum.i686 new file mode 100644 index 000000000..105e6754b --- /dev/null +++ b/xorg-xtrans/.md5sum.i686 @@ -0,0 +1 @@ +c66f9ffd2da4fb012220c6c40ebc7609 xtrans-1.2.6.tar.bz2 diff --git a/xorg-xtrans/.md5sum.x86_64 b/xorg-xtrans/.md5sum.x86_64 new file mode 100644 index 000000000..105e6754b --- /dev/null +++ b/xorg-xtrans/.md5sum.x86_64 @@ -0,0 +1 @@ +c66f9ffd2da4fb012220c6c40ebc7609 xtrans-1.2.6.tar.bz2 diff --git a/xorg-xtrans/Pkgfile b/xorg-xtrans/Pkgfile new file mode 100644 index 000000000..f2466319f --- /dev/null +++ b/xorg-xtrans/Pkgfile @@ -0,0 +1,21 @@ +# Description: xorg lib xtrans +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Packager: thierryn1 at hispeed dot ch + +name=xorg-xtrans +version=1.2.6 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/lib/xtrans-$version.tar.bz2) + +build() { + cd xtrans-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install + install -m755 -d $PKG/usr/lib + mv $PKG/usr/share/pkgconfig $PKG/usr/lib/ + rm -r $PKG/usr/share/doc +} -- cgit v1.2.3-54-g00ecf