summaryrefslogtreecommitdiffstats
path: root/xorg/libgl/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-07-04 15:45:03 +0200
committertnut <thierryn1 at hispeed dot ch>2010-07-04 15:45:03 +0200
commit1eaec3cc5012444b85c66daa2cf2d44421394f7f (patch)
treef9b7df2a5ab94204dcea062c6e0a27a23d6f4333 /xorg/libgl/Pkgfile
parentdf618094249d987ddf70c6fd88fc9a503b4a244c (diff)
downloadnutyx-extra-1eaec3cc5012444b85c66daa2cf2d44421394f7f.tar.gz
nutyx-extra-1eaec3cc5012444b85c66daa2cf2d44421394f7f.tar.bz2
nutyx-extra-1eaec3cc5012444b85c66daa2cf2d44421394f7f.tar.xz
nutyx-extra-1eaec3cc5012444b85c66daa2cf2d44421394f7f.zip
libgl, ajustement footprint et pkgfile
Diffstat (limited to 'xorg/libgl/Pkgfile')
-rw-r--r--xorg/libgl/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/libgl/Pkgfile b/xorg/libgl/Pkgfile
index dc9468b7e..0da8132f0 100644
--- a/xorg/libgl/Pkgfile
+++ b/xorg/libgl/Pkgfile
@@ -5,7 +5,7 @@
# Depends on: expat, libdrm, xorg-makedepend, xorg-libx11, xorg-libxext, xorg-libxxf86vm, xorg-libxt, xorg-libxdamage
name=libgl
version=7.8.2
-release=1
+release=2
source=(ftp://ftp.freedesktop.org/pub/mesa/$version/MesaLib-$version.tar.bz2)
build()
{
@@ -18,8 +18,8 @@ build()
--disable-glw \
--without-demos
make
- bin/minstall lib/libGL.so* /usr/lib/
install -m755 -d $PKG/usr/lib{,/xorg/modules/extensions}
+ bin/minstall lib/libGL.so* $PKG/usr/lib/
ln -s libglx.xorg \
$PKG/usr/lib/xorg/modules/extensions/libglx.so
}