New package: glu-9.0.0.
This commit is contained in:
parent
6885a08181
commit
f527f2b98d
5 changed files with 44 additions and 1 deletions
|
@ -95,7 +95,7 @@ libpng14.so.14 libpng-1.4.2_1
|
|||
libpng15.so.15 libpng-1.5.10_1
|
||||
libXrender.so.1 libXrender-0.9.4_1
|
||||
libXrandr.so.2 libXrandr-1.3.0_1
|
||||
libGLU.so.1 libGLU-7.11_1
|
||||
libGLU.so.1 glu-9.0.0_1
|
||||
libEGL.so.1 libEGL-7.11_1
|
||||
libGLESv1_CM.so.1 libEGL-7.11_1
|
||||
libGL.so.1 libGL-7.11_1
|
||||
|
|
1
srcpkgs/glu-devel
Symbolic link
1
srcpkgs/glu-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
glu
|
14
srcpkgs/glu/glu-devel.template
Normal file
14
srcpkgs/glu/glu-devel.template
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'libGLU-devel'.
|
||||
#
|
||||
depends="MesaLib-devel>=9.0 glu-${version}_${revision}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
5
srcpkgs/glu/glu.rshlibs
Normal file
5
srcpkgs/glu/glu.rshlibs
Normal file
|
@ -0,0 +1,5 @@
|
|||
libGL.so.1
|
||||
libstdc++.so.6
|
||||
libm.so.6
|
||||
libc.so.6
|
||||
libgcc_s.so.1
|
23
srcpkgs/glu/template
Normal file
23
srcpkgs/glu/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'glu'
|
||||
pkgname=glu
|
||||
version=9.0.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
makedepends="pkg-config MesaLib-devel>=9.0"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
short_desc="Mesa OpenGL utility library (GLU)"
|
||||
homepage="http://cgit.freedesktop.org/mesa/glu/"
|
||||
distfiles="ftp://ftp.freedesktop.org/pub/mesa/glu/glu-${version}.tar.bz2"
|
||||
checksum=1f7ad0d379a722fcbd303aa5650c6d7d5544fde83196b42a73d1193568a4df12
|
||||
long_desc="
|
||||
GLU offers simple interfaces for building mipmaps; checking for the presence
|
||||
of extensions in the OpenGL (or other libraries which follow the same
|
||||
conventions for advertising extensions); drawing piecewise-linear curves,
|
||||
NURBS, quadrics and other primitives (including, but not limited to,
|
||||
teapots); tesselating surfaces; setting up projection matrices and
|
||||
unprojecting screen coordinates to world coordinates."
|
||||
|
||||
subpackages="glu-devel"
|
||||
replaces="libGLU<9.0"
|
Loading…
Reference in a new issue