diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-23 20:33:57 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-23 20:33:57 +0200 |
commit | a4ca328de3e4abc25b5dda6d727da93fac0bcb74 (patch) | |
tree | 3b76d3e02557648672e197a4cb061a3968f0789e /xorg/mesa3d/Pkgfile | |
parent | f9f6d997f9d267c9f472de85228fd62831ee7165 (diff) | |
download | nutyx-pakxe-a4ca328de3e4abc25b5dda6d727da93fac0bcb74.tar.gz nutyx-pakxe-a4ca328de3e4abc25b5dda6d727da93fac0bcb74.tar.bz2 nutyx-pakxe-a4ca328de3e4abc25b5dda6d727da93fac0bcb74.tar.xz nutyx-pakxe-a4ca328de3e4abc25b5dda6d727da93fac0bcb74.zip |
maj mesa3d#7.8.2-1
Diffstat (limited to 'xorg/mesa3d/Pkgfile')
-rwxr-xr-x | xorg/mesa3d/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xorg/mesa3d/Pkgfile b/xorg/mesa3d/Pkgfile index 3fadf6f0e..bfc62d2ad 100755 --- a/xorg/mesa3d/Pkgfile +++ b/xorg/mesa3d/Pkgfile @@ -2,10 +2,10 @@ # URL: http://www.mesa3d.org # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: expat, libdrm, xorg-makedepend, xorg-libx11, xorg-libxext, xorg-libxxf86vm, xorg-libxt, xorg-libxdamage +# Depends on: expat, libdrm, xorg-makedepend, xorg-libx11, xorg-libxext, xorg-libxxf86vm, xorg-libxt, xorg-libxdamage, libgl name=mesa3d -version=7.8.1 +version=7.8.2 release=1 source=(ftp://ftp.freedesktop.org/pub/mesa/$version/Mesa{Lib,Demos}-$version.tar.bz2) @@ -23,6 +23,7 @@ build() { do rm $PKG/usr/include/GL/$i done + rm $PKG/usr/lib/libGL.* install -d $PKG/usr/bin install -m 755 progs/xdemos/glx{gears,info} $PKG/usr/bin } |