Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 18 years ago
parent
commit
98b1de78c5
3 changed files with 62 additions and 0 deletions
  1. +13
    -0
      package/xorg/mesalib/installdirs.patch
  2. +5
    -0
      package/xorg/mesalib/mesalib.conf
  3. +44
    -0
      package/xorg/mesalib/mesalib.desc

+ 13
- 0
package/xorg/mesalib/installdirs.patch

@ -0,0 +1,13 @@
--- Mesa-6.5/bin/installmesa~ 2006-02-22 18:22:23.000000000 +0100
+++ Mesa-6.5/bin/installmesa 2006-06-07 02:15:38.000000000 +0200
@@ -9,8 +9,8 @@
TOP=.
-INCLUDE_DIR="/usr/local/include"
-LIB_DIR="/usr/local/lib"
+INCLUDE_DIR="/usr/include"
+LIB_DIR="/usr/lib"
if [ "x$#" = "x0" ] ; then
echo

+ 5
- 0
package/xorg/mesalib/mesalib.conf

@ -0,0 +1,5 @@
# FIXME: use a different makeopt if arch != x86
makeopt="linux-x86"
export CFLAGS="$CFLAGS -I/usr/X11/include"

+ 44
- 0
package/xorg/mesalib/mesalib.desc

@ -0,0 +1,44 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/x11/mesa/mesa.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] Mesa
[T] TODO
[U] http://www.x.org
[A] TODO
[A] TODO
[M] The ROCK Linux Project
[C] base/x11
[F] CORE
[L] OpenSource
[S] Stable
# Keep in sync with the xorg-server package.
[V] 6.5
[P] X -----5---9 110.829
[D] 3434560735 MesaLib-6.5.tar.bz2 http://mesh.dl.sourceforge.net/sourceforge/mesa3d/

Loading…
Cancel
Save