Skip to content

Instantly share code, notes, and snippets.

Created June 17, 2013 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/5796350 to your computer and use it in GitHub Desktop.
Save anonymous/5796350 to your computer and use it in GitHub Desktop.
stdin
# Description: Mesa 3D Graphics Library
# URL: http://www.mesa3d.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: libdrm, xorg-makedepend, xorg-glproto, xorg-xextproto, xorg-dri2proto, xorg-libx11, xorg-xf86vidmodeproto, xorg-libxext, xorg-libxxf86vm, xorg-libxt, xorg-libxdamage, xorg-libpciaccess, expat, talloc, libxml2-python
name=mesa3d
version=9.1.1
release=1
source=(ftp://ftp.freedesktop.org/pub/mesa/$version/MesaLib-$version.tar.bz2)
build() {
cd Mesa-$version
autoreconf --install --symlink
./configure --prefix=/usr \
--with-dri-drivers=radeon \
--with-gallium-drivers=r600 --with-egl-platforms=x11,drm --enable-gbm --enable-shared-glapi --enable-glx-tls
make
make DESTDIR=$PKG install
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment