From e9ef802a013ac393a057134f1fdaad745aa38573 Mon Sep 17 00:00:00 2001 From: tnut Date: Tue, 3 Apr 2012 18:00:38 +0200 Subject: xorg dans nutyx-pakxe , la base --- 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 deletions(-) delete mode 100644 xorg-xtrans/.footprint.i686 delete mode 100644 xorg-xtrans/.footprint.x86_64 delete mode 100644 xorg-xtrans/.md5sum.i686 delete mode 100644 xorg-xtrans/.md5sum.x86_64 delete mode 100644 xorg-xtrans/Pkgfile (limited to 'xorg-xtrans') diff --git a/xorg-xtrans/.footprint.i686 b/xorg-xtrans/.footprint.i686 deleted file mode 100644 index 199e57b1e..000000000 --- a/xorg-xtrans/.footprint.i686 +++ /dev/null @@ -1,18 +0,0 @@ -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 deleted file mode 100644 index 199e57b1e..000000000 --- a/xorg-xtrans/.footprint.x86_64 +++ /dev/null @@ -1,18 +0,0 @@ -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 deleted file mode 100644 index 105e6754b..000000000 --- a/xorg-xtrans/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -c66f9ffd2da4fb012220c6c40ebc7609 xtrans-1.2.6.tar.bz2 diff --git a/xorg-xtrans/.md5sum.x86_64 b/xorg-xtrans/.md5sum.x86_64 deleted file mode 100644 index 105e6754b..000000000 --- a/xorg-xtrans/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -c66f9ffd2da4fb012220c6c40ebc7609 xtrans-1.2.6.tar.bz2 diff --git a/xorg-xtrans/Pkgfile b/xorg-xtrans/Pkgfile deleted file mode 100644 index f2466319f..000000000 --- a/xorg-xtrans/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# 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