xrandr: add metafile support, thanks to cowbalt

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-16 13:18:37 +01:00
parent dba080a9ac
commit eff2a1681a
4 changed files with 14 additions and 5 deletions

View File

@ -2,9 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build libXrandr
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \

View File

@ -1,7 +1,6 @@
#!/bin/sh
. config/options $1
$SCRIPTS/install libXrandr
mkdir -p $INSTALL/usr/bin
cp $PKG_BUILD/$1 $INSTALL/usr/bin

View File

@ -0,0 +1,14 @@
PKG_NAME="xrandr"
PKG_VERSION="1.3.4"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://www.X.org"
PKG_URL="http://xorg.freedesktop.org/archive/individual/app/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="libXrandr"
PKG_BUILD_DEPENDS="toolchain libXrandr"
PKG_PRIORITY="optional"
PKG_SECTION="x11/app"
PKG_SHORTDESC="xrandr: A primitive command line interface to RandR extension"
PKG_LONGDESC="Xrandr is a primitive command line interface to the RandR extension and used to set the screen size, orientation and/or reflection."
PKG_IS_ADDON="no"

View File

@ -1 +0,0 @@
http://xorg.freedesktop.org/archive/individual/app/xrandr-1.3.4.tar.bz2