diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 23:06:26 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 23:06:26 +0100 |
commit | 858c6d7baa5073622c02ec151bb55aa6b69c3167 (patch) | |
tree | 2f30ddf9873d7e0b79394eee2d621b51bae3507a /xorg | |
parent | 0e712f09d9afaee46fabd4269a96c14cbe922f8b (diff) | |
download | nutyx-pakxe-858c6d7baa5073622c02ec151bb55aa6b69c3167.tar.gz nutyx-pakxe-858c6d7baa5073622c02ec151bb55aa6b69c3167.tar.bz2 nutyx-pakxe-858c6d7baa5073622c02ec151bb55aa6b69c3167.tar.xz nutyx-pakxe-858c6d7baa5073622c02ec151bb55aa6b69c3167.zip |
Ajout de xorg-xproto#7.0.15-1
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-xproto/.footprint | 32 | ||||
-rw-r--r-- | xorg/xorg-xproto/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-xproto/Pkgfile | 17 |
3 files changed, 50 insertions, 0 deletions
diff --git a/xorg/xorg-xproto/.footprint b/xorg/xorg-xproto/.footprint new file mode 100644 index 000000000..02435d498 --- /dev/null +++ b/xorg/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/xorg-xproto/.md5sum b/xorg/xorg-xproto/.md5sum new file mode 100644 index 000000000..def7357fd --- /dev/null +++ b/xorg/xorg-xproto/.md5sum @@ -0,0 +1 @@ +1a2b31430d04340be2e49e8b6445e076 xproto-7.0.15.tar.bz2 diff --git a/xorg/xorg-xproto/Pkgfile b/xorg/xorg-xproto/Pkgfile new file mode 100644 index 000000000..3b62a13ee --- /dev/null +++ b/xorg/xorg-xproto/Pkgfile @@ -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.15 +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 +} |