mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
jpeg: add meta file support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
fe245e908d
commit
20d6210e63
@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
|
@ -3,4 +3,4 @@
|
|||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
mkdir -p $INSTALL/usr/lib
|
||||||
cp -PR $PKG_BUILD/.libs/*.so* $INSTALL/usr/lib
|
cp -P $PKG_BUILD/.libs/*.so* $INSTALL/usr/lib
|
||||||
|
14
packages/graphics/jpeg/meta
Normal file
14
packages/graphics/jpeg/meta
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
PKG_NAME="jpeg"
|
||||||
|
PKG_VERSION="8b"
|
||||||
|
PKG_REV="1"
|
||||||
|
PKG_ARCH="any"
|
||||||
|
PKG_LICENSE="OSS"
|
||||||
|
PKG_SITE="http://www.ijg.org/"
|
||||||
|
PKG_URL="http://www.ijg.org/files/${PKG_NAME}src.v${PKG_VERSION}.tar.gz"
|
||||||
|
PKG_DEPENDS=""
|
||||||
|
PKG_BUILD_DEPENDS="toolchain"
|
||||||
|
PKG_PRIORITY="optional"
|
||||||
|
PKG_SECTION="graphics"
|
||||||
|
PKG_SHORTDESC="libjpeg: The Independent JPEG Group's JPEG software"
|
||||||
|
PKG_LONGDESC="This distribution contains the public release of the Independent JPEG Group's free JPEG software."
|
||||||
|
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
|||||||
http://www.ijg.org/files/jpegsrc.v8b.tar.gz
|
|
Loading…
x
Reference in New Issue
Block a user