splashutils: build with ttf support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-02-24 20:22:03 +01:00
parent dfd5e2fd95
commit 7ac3ee174c
3 changed files with 8 additions and 5 deletions

View File

@ -37,8 +37,8 @@ cd $PKG_BUILD
--without-gpm \
--without-mng \
--with-png \
--without-ttf \
--without-ttf-kernel \
--with-ttf \
--with-ttf-kernel \
--with-essential-prefix="/" \
--with-essential-bindir="/bin" \
--with-essential-sbindir="/sbin" \

View File

@ -30,5 +30,8 @@ mkdir -p $INSTALL/lib
mkdir -p $INSTALL/bin
cp $PKG_BUILD/src/.libs/fbsplashd $INSTALL/bin
mkdir -p $INSTALL/usr/bin
cp $PKG_BUILD/src/.libs/splash_util $INSTALL/usr/bin
mkdir -p $INSTALL/etc/splash
cp -R $PKG_DIR/theme/openelec $INSTALL/etc/splash

View File

@ -24,9 +24,9 @@ PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://dev.gentoo.org/~spock/projects/fbsplash"
PKG_URL="http://dev.gentoo.org/~spock/projects/fbsplash/archive//$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="libpng libjpeg-turbo"
PKG_BUILD_DEPENDS="toolchain libpng libjpeg-turbo"
PKG_URL="http://dev.gentoo.org/~spock/projects/fbsplash/archive/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="libpng libjpeg-turbo freetype"
PKG_BUILD_DEPENDS="toolchain libpng libjpeg-turbo freetype"
PKG_PRIORITY="optional"
PKG_SECTION="system"
PKG_SHORTDESC="splashutils:"