mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
bzip2: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
2ab25f94cf
commit
99948a4d25
@ -2,8 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
make CC=$TARGET_CC RANLIB=$TARGET_RANLIB AR=$TARGET_AR -f Makefile-libbz2_so
|
||||
|
14
packages/compress/bzip2/meta
Normal file
14
packages/compress/bzip2/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="bzip2"
|
||||
PKG_VERSION="1.0.5"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.bzip.org"
|
||||
PKG_URL="http://www.bzip.org/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS="toolchain"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="compress"
|
||||
PKG_SHORTDESC="bzip2 data compressor"
|
||||
PKG_LONGDESC="bzip2 is a freely available, patent free (see below), high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical compressors), whilst being around twice as fast at compression and six times faster at decompression."
|
||||
PKG_IS_ADDON="no"
|
Loading…
x
Reference in New Issue
Block a user