mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
plymouth-lite: add metafile support, cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f59710049e
commit
3fc8f2c8f0
@ -2,9 +2,6 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build libpng
|
|
||||||
|
|
||||||
# ensure we use size optimization.
|
# ensure we use size optimization.
|
||||||
CFLAGS=`echo $CFLAGS | sed -e "s|-O2|-Os|"`
|
CFLAGS=`echo $CFLAGS | sed -e "s|-O2|-Os|"`
|
||||||
CFLAGS=`echo $CFLAGS | sed -e "s|-O3|-Os|"`
|
CFLAGS=`echo $CFLAGS | sed -e "s|-O3|-Os|"`
|
||||||
|
14
packages/sysutils/plymouth-lite/meta
Normal file
14
packages/sysutils/plymouth-lite/meta
Normal 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"
|
@ -1 +0,0 @@
|
|||||||
http://sources.openelec.tv/svn/plymouth-lite-0.6.0.tar.bz2
|
|
Loading…
x
Reference in New Issue
Block a user