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-xtrans/.footprint | 17 +++++++++++++++++ xorg-xtrans/.md5sum | 1 + xorg-xtrans/Pkgfile | 18 ++++++++++++++++++ xorg-xtrans/Pkgfile.old | 19 +++++++++++++++++++ 4 files changed, 55 insertions(+) create mode 100644 xorg-xtrans/.footprint create mode 100644 xorg-xtrans/.md5sum create mode 100644 xorg-xtrans/Pkgfile create mode 100644 xorg-xtrans/Pkgfile.old (limited to 'xorg-xtrans') diff --git a/xorg-xtrans/.footprint b/xorg-xtrans/.footprint new file mode 100644 index 0000000..b8a4b79 --- /dev/null +++ b/xorg-xtrans/.footprint @@ -0,0 +1,17 @@ +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/share/ +drwxr-xr-x root/root usr/share/aclocal/ +-rw-r--r-- root/root usr/share/aclocal/xtrans.m4 +drwxr-xr-x root/root usr/share/pkgconfig/ +-rw-r--r-- root/root usr/share/pkgconfig/xtrans.pc diff --git a/xorg-xtrans/.md5sum b/xorg-xtrans/.md5sum new file mode 100644 index 0000000..5774d08 --- /dev/null +++ b/xorg-xtrans/.md5sum @@ -0,0 +1 @@ +2d1e57e82acc5f21797e92341415af2f xtrans-1.2.5.tar.bz2 diff --git a/xorg-xtrans/Pkgfile b/xorg-xtrans/Pkgfile new file mode 100644 index 0000000..6184001 --- /dev/null +++ b/xorg-xtrans/Pkgfile @@ -0,0 +1,18 @@ +description="xorg lib xtrans" +packager="" +maintainer="Tilman Sauerbeck, tilman at crux dot nu" +url="http://xorg.freedesktop.org" +depends=() + +name=xorg-xtrans +version=1.2.5 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/lib/xtrans-1.2.5.tar.bz2) +build () +{ + cd xtrans-$version; + ./configure --prefix=/usr; + make; + make DESTDIR=$PKG install; + rmdir $PKG/usr/share/doc/{xtrans,} +} diff --git a/xorg-xtrans/Pkgfile.old b/xorg-xtrans/Pkgfile.old new file mode 100644 index 0000000..052f808 --- /dev/null +++ b/xorg-xtrans/Pkgfile.old @@ -0,0 +1,19 @@ +# Description: xorg lib xtrans +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu + +name=xorg-xtrans +version=1.2.5 +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 + + rmdir $PKG/usr/share/doc/{xtrans,} +} -- cgit v1.2.3-54-g00ecf