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-xproto/.footprint | 32 ++++++++++++++++++++++++++++++++ xorg-xproto/.md5sum | 1 + xorg-xproto/Pkgfile | 17 +++++++++++++++++ xorg-xproto/Pkgfile.old | 17 +++++++++++++++++ 4 files changed, 67 insertions(+) create mode 100644 xorg-xproto/.footprint create mode 100644 xorg-xproto/.md5sum create mode 100644 xorg-xproto/Pkgfile create mode 100644 xorg-xproto/Pkgfile.old (limited to 'xorg-xproto') diff --git a/xorg-xproto/.footprint b/xorg-xproto/.footprint new file mode 100644 index 0000000..02435d4 --- /dev/null +++ b/xorg-xproto/.footprint @@ -0,0 +1,32 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/X11/ +-rw-r--r-- root/root usr/include/X11/DECkeysym.h +-rw-r--r-- root/root usr/include/X11/HPkeysym.h +-rw-r--r-- root/root usr/include/X11/Sunkeysym.h +-rw-r--r-- root/root usr/include/X11/X.h +-rw-r--r-- root/root usr/include/X11/XF86keysym.h +-rw-r--r-- root/root usr/include/X11/XWDFile.h +-rw-r--r-- root/root usr/include/X11/Xalloca.h +-rw-r--r-- root/root usr/include/X11/Xarch.h +-rw-r--r-- root/root usr/include/X11/Xatom.h +-rw-r--r-- root/root usr/include/X11/Xdefs.h +-rw-r--r-- root/root usr/include/X11/Xfuncproto.h +-rw-r--r-- root/root usr/include/X11/Xfuncs.h +-rw-r--r-- root/root usr/include/X11/Xmd.h +-rw-r--r-- root/root usr/include/X11/Xos.h +-rw-r--r-- root/root usr/include/X11/Xos_r.h +-rw-r--r-- root/root usr/include/X11/Xosdefs.h +-rw-r--r-- root/root usr/include/X11/Xpoll.h +-rw-r--r-- root/root usr/include/X11/Xproto.h +-rw-r--r-- root/root usr/include/X11/Xprotostr.h +-rw-r--r-- root/root usr/include/X11/Xthreads.h +-rw-r--r-- root/root usr/include/X11/Xw32defs.h +-rw-r--r-- root/root usr/include/X11/Xwindows.h +-rw-r--r-- root/root usr/include/X11/Xwinsock.h +-rw-r--r-- root/root usr/include/X11/ap_keysym.h +-rw-r--r-- root/root usr/include/X11/keysym.h +-rw-r--r-- root/root usr/include/X11/keysymdef.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/xproto.pc diff --git a/xorg-xproto/.md5sum b/xorg-xproto/.md5sum new file mode 100644 index 0000000..59c6a3c --- /dev/null +++ b/xorg-xproto/.md5sum @@ -0,0 +1 @@ +6b8a34b274c6fceaffe57c579db826b9 xproto-7.0.18.tar.bz2 diff --git a/xorg-xproto/Pkgfile b/xorg-xproto/Pkgfile new file mode 100644 index 0000000..d6b5fb0 --- /dev/null +++ b/xorg-xproto/Pkgfile @@ -0,0 +1,17 @@ +description="xorg proto xproto" +packager="" +maintainer="Tilman Sauerbeck, tilman at crux dot nu" +url="http://xorg.freedesktop.org" +depends=() + +name=xorg-xproto +version=7.0.18 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/xproto-7.0.18.tar.bz2) +build () +{ + cd xproto-$version; + ./configure --prefix=/usr; + make; + make DESTDIR=$PKG install +} diff --git a/xorg-xproto/Pkgfile.old b/xorg-xproto/Pkgfile.old new file mode 100644 index 0000000..45aa366 --- /dev/null +++ b/xorg-xproto/Pkgfile.old @@ -0,0 +1,17 @@ +# Description: xorg proto xproto +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu + +name=xorg-xproto +version=7.0.18 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/xproto-$version.tar.bz2) + +build() { + cd xproto-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-54-g00ecf