diff options
author | sibel <lesibel@free.fr> | 2011-03-03 12:19:33 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-03 12:19:33 +0100 |
commit | 99f6d2769bf999a0e8120a9c77d591a35000970c (patch) | |
tree | 335dd4cc384834e16c1145510b81e0fa159e9736 /base | |
parent | 03a625a8ab26e8e740e1ad854ef468cc7bd0245b (diff) | |
download | nutyx-pakxe-99f6d2769bf999a0e8120a9c77d591a35000970c.tar.gz nutyx-pakxe-99f6d2769bf999a0e8120a9c77d591a35000970c.tar.bz2 nutyx-pakxe-99f6d2769bf999a0e8120a9c77d591a35000970c.tar.xz nutyx-pakxe-99f6d2769bf999a0e8120a9c77d591a35000970c.zip |
xorg-glproto, deplacé dans base
Diffstat (limited to 'base')
-rw-r--r-- | base/xorg-glproto/.footprint.i686 | 12 | ||||
-rw-r--r-- | base/xorg-glproto/.footprint.x86_64 | 12 | ||||
-rw-r--r-- | base/xorg-glproto/.md5sum.i686 | 1 | ||||
-rw-r--r-- | base/xorg-glproto/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | base/xorg-glproto/Pkgfile | 18 |
5 files changed, 44 insertions, 0 deletions
diff --git a/base/xorg-glproto/.footprint.i686 b/base/xorg-glproto/.footprint.i686 new file mode 100644 index 000000000..6f3cb9c25 --- /dev/null +++ b/base/xorg-glproto/.footprint.i686 @@ -0,0 +1,12 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/GL/ +-rw-r--r-- root/root usr/include/GL/glxint.h +-rw-r--r-- root/root usr/include/GL/glxmd.h +-rw-r--r-- root/root usr/include/GL/glxproto.h +-rw-r--r-- root/root usr/include/GL/glxtokens.h +drwxr-xr-x root/root usr/include/GL/internal/ +-rw-r--r-- root/root usr/include/GL/internal/glcore.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/glproto.pc diff --git a/base/xorg-glproto/.footprint.x86_64 b/base/xorg-glproto/.footprint.x86_64 new file mode 100644 index 000000000..6f3cb9c25 --- /dev/null +++ b/base/xorg-glproto/.footprint.x86_64 @@ -0,0 +1,12 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/GL/ +-rw-r--r-- root/root usr/include/GL/glxint.h +-rw-r--r-- root/root usr/include/GL/glxmd.h +-rw-r--r-- root/root usr/include/GL/glxproto.h +-rw-r--r-- root/root usr/include/GL/glxtokens.h +drwxr-xr-x root/root usr/include/GL/internal/ +-rw-r--r-- root/root usr/include/GL/internal/glcore.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/glproto.pc diff --git a/base/xorg-glproto/.md5sum.i686 b/base/xorg-glproto/.md5sum.i686 new file mode 100644 index 000000000..2bc0f045a --- /dev/null +++ b/base/xorg-glproto/.md5sum.i686 @@ -0,0 +1 @@ +55edc5ff2efb734215c868f72f7cf27e glproto-1.4.12.tar.bz2 diff --git a/base/xorg-glproto/.md5sum.x86_64 b/base/xorg-glproto/.md5sum.x86_64 new file mode 100644 index 000000000..2bc0f045a --- /dev/null +++ b/base/xorg-glproto/.md5sum.x86_64 @@ -0,0 +1 @@ +55edc5ff2efb734215c868f72f7cf27e glproto-1.4.12.tar.bz2 diff --git a/base/xorg-glproto/Pkgfile b/base/xorg-glproto/Pkgfile new file mode 100644 index 000000000..1bb22e659 --- /dev/null +++ b/base/xorg-glproto/Pkgfile @@ -0,0 +1,18 @@ +# Description: xorg proto glproto +# URL: http://xorg.freedesktop.org +# Packager: thierryn1 at hispeed dot ch +# Maintainer: NuTyX core team + +name=xorg-glproto +version=1.4.12 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/glproto-$version.tar.bz2) + +build() { + cd glproto-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} |