mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
new package:
- add jasper
This commit is contained in:
parent
aff7c27c41
commit
4f793c2a9a
19
packages/graphics/jasper/build
Executable file
19
packages/graphics/jasper/build
Executable file
@ -0,0 +1,19 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--exec-prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--datadir=/usr/share \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
6
packages/graphics/jasper/install
Executable file
6
packages/graphics/jasper/install
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp $PKG_BUILD/src/libjasper/.libs/*.so* $INSTALL/usr/lib
|
6
packages/graphics/jasper/unpack
Executable file
6
packages/graphics/jasper/unpack
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
cp $BUILD/configtools/config.guess $BUILD/$1*/acaux
|
||||
cp $BUILD/configtools/config.sub $BUILD/$1*/acaux
|
1
packages/graphics/jasper/url
Normal file
1
packages/graphics/jasper/url
Normal file
@ -0,0 +1 @@
|
||||
http://sources.openelec.tv/svn/jasper-1.900.1.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user