font-cursor-misc: add metafile support, thanks to cowbalt

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-16 21:25:47 +01:00
parent be2c4ed973
commit 4911cf73d4
4 changed files with 15 additions and 9 deletions

View File

@ -2,9 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build font-util
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
@ -13,4 +10,4 @@ cd $PKG_BUILD
--localstatedir=/var \
--with-fontdir=$XORG_PATH_FONTS
$MAKE UTIL_DIR="`ls -d $ROOT/$BUILD/font-util*`"
make UTIL_DIR="`ls -d $ROOT/$BUILD/font-util*`"

View File

@ -1,4 +0,0 @@
#!/bin/sh
. config/options $1
$SCRIPTS/install font-util

View File

@ -0,0 +1,14 @@
PKG_NAME="font-cursor-misc"
PKG_VERSION="1.0.2"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://www.X.org"
PKG_URL="http://xorg.freedesktop.org/archive/individual/font/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="font-util"
PKG_BUILD_DEPENDS="toolchain font-util"
PKG_PRIORITY="optional"
PKG_SECTION="x11/font"
PKG_SHORTDESC="font-cursor-misc: X11 cursor fonts"
PKG_LONGDESC="X11 cursor fonts."
PKG_IS_ADDON="no"

View File

@ -1 +0,0 @@
http://xorg.freedesktop.org/archive/individual/font/font-cursor-misc-1.0.2.tar.bz2