mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
font-cursor-misc: add metafile support, thanks to cowbalt
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
be2c4ed973
commit
4911cf73d4
@ -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*`"
|
||||
|
@ -1,4 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
$SCRIPTS/install font-util
|
14
packages/x11/font/font-cursor-misc/meta
Normal file
14
packages/x11/font/font-cursor-misc/meta
Normal 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"
|
@ -1 +0,0 @@
|
||||
http://xorg.freedesktop.org/archive/individual/font/font-cursor-misc-1.0.2.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user