diff --git a/packages/graphics/jasper/build b/packages/graphics/jasper/build index 0cfa21689a..186f78693d 100755 --- a/packages/graphics/jasper/build +++ b/packages/graphics/jasper/build @@ -2,8 +2,6 @@ . config/options $1 -$SCRIPTS/build toolchain - cd $PKG_BUILD ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \ diff --git a/packages/graphics/jasper/install b/packages/graphics/jasper/install index 510af9be42..9ca5f19c12 100755 --- a/packages/graphics/jasper/install +++ b/packages/graphics/jasper/install @@ -3,4 +3,4 @@ . config/options $1 mkdir -p $INSTALL/usr/lib - cp -PR $PKG_BUILD/src/libjasper/.libs/*.so* $INSTALL/usr/lib + cp -P $PKG_BUILD/src/libjasper/.libs/*.so* $INSTALL/usr/lib diff --git a/packages/graphics/jasper/meta b/packages/graphics/jasper/meta new file mode 100644 index 0000000000..490c8fda07 --- /dev/null +++ b/packages/graphics/jasper/meta @@ -0,0 +1,14 @@ +PKG_NAME="jasper" +PKG_VERSION="1.900.1" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="OpenSource" +PKG_SITE="http://www.ece.uvic.ca/~mdadams/jasper/" +PKG_URL="http://sources.openelec.tv/svn/$PKG_NAME-$PKG_VERSION.tar.bz2" +PKG_DEPENDS="" +PKG_BUILD_DEPENDS="toolchain" +PKG_PRIORITY="optional" +PKG_SECTION="graphics" +PKG_SHORTDESC="jasper: JPEG-2000 Part-1 standard (i.e., ISO/IEC 15444-1) implementation" +PKG_LONGDESC="This distribution contains the public release of the an open-source implementation of the ISO/IEC 15444-1 also known as JPEG-2000 standard for image compression." +PKG_IS_ADDON="no" diff --git a/packages/graphics/jasper/url b/packages/graphics/jasper/url deleted file mode 100644 index 48a20e66e4..0000000000 --- a/packages/graphics/jasper/url +++ /dev/null @@ -1 +0,0 @@ -http://sources.openelec.tv/svn/jasper-1.900.1.tar.bz2 \ No newline at end of file