plymouth-lite: add metafile support, cleanups

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-14 14:42:24 +01:00
parent f59710049e
commit 3fc8f2c8f0
7 changed files with 14 additions and 4 deletions

View File

@ -2,9 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build libpng
# ensure we use size optimization.
CFLAGS=`echo $CFLAGS | sed -e "s|-O2|-Os|"`
CFLAGS=`echo $CFLAGS | sed -e "s|-O3|-Os|"`

View File

@ -0,0 +1,14 @@
PKG_NAME="plymouth-lite"
PKG_VERSION="0.6.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.meego.com"
PKG_URL="http://sources.openelec.tv/svn/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain libpng"
PKG_PRIORITY="optional"
PKG_SECTION="system"
PKG_SHORTDESC="plymouth-lite: Boot splash screen based on Fedora's Plymouth code"
PKG_LONGDESC="Boot splash screen based on Fedora's Plymouth code"
PKG_IS_ADDON="no"

View File

@ -1 +0,0 @@
http://sources.openelec.tv/svn/plymouth-lite-0.6.0.tar.bz2