mesa-demos: add metafile support, cleanups

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-13 13:42:48 +01:00
parent 663498d0e8
commit ee44a66b6f
4 changed files with 14 additions and 10 deletions

View File

@ -2,11 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build libX11
$SCRIPTS/build Mesa
$SCRIPTS/build glew
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \

View File

@ -2,10 +2,6 @@
. config/options $1
$SCRIPTS/install libX11
$SCRIPTS/install Mesa
$SCRIPTS/install glew
mkdir -p $INSTALL/usr/bin
cp $PKG_BUILD/src/xdemos/glxdemo $INSTALL/usr/bin
cp $PKG_BUILD/src/xdemos/glxgears $INSTALL/usr/bin

View File

@ -0,0 +1,14 @@
PKG_NAME="mesa-demos"
PKG_VERSION="8.0.1"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://www.mesa3d.org/"
PKG_URL="ftp://ftp.freedesktop.org/pub/mesa/demos/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="libX11 Mesa glew"
PKG_BUILD_DEPENDS="toolchain libX11 Mesa glew"
PKG_PRIORITY="optional"
PKG_SECTION="debug"
PKG_SHORTDESC="mesa-demos: Mesa 3D demos"
PKG_LONGDESC="Mesa 3D demos - installed are the well known glxinfo and glxgears."
PKG_IS_ADDON="no"

View File

@ -1 +0,0 @@
ftp://ftp.freedesktop.org/pub/mesa/demos/8.0.1/mesa-demos-8.0.1.tar.bz2