new package:

- add jasper
This commit is contained in:
Stephan Raue 2009-10-19 06:32:19 +02:00
parent aff7c27c41
commit 4f793c2a9a
4 changed files with 32 additions and 0 deletions

19
packages/graphics/jasper/build Executable file
View 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

View File

@ -0,0 +1,6 @@
#!/bin/sh
. config/options
mkdir -p $INSTALL/usr/lib
cp $PKG_BUILD/src/libjasper/.libs/*.so* $INSTALL/usr/lib

View 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

View File

@ -0,0 +1 @@
http://sources.openelec.tv/svn/jasper-1.900.1.tar.bz2