mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
unrar: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a476080599
commit
30fd180ca3
@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
|
|
||||||
cd $BUILD/$1
|
cd $BUILD/$1
|
||||||
|
|
||||||
make CC=$TARGET_CC \
|
make CC=$TARGET_CC \
|
||||||
|
14
packages/compress/unrar/meta
Normal file
14
packages/compress/unrar/meta
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
PKG_NAME="unrar"
|
||||||
|
PKG_VERSION="3.9.7"
|
||||||
|
PKG_REV="1"
|
||||||
|
PKG_ARCH="any"
|
||||||
|
PKG_LICENSE="free"
|
||||||
|
PKG_SITE="http://www.rarlab.com"
|
||||||
|
PKG_URL="http://www.rarlab.com/rar/unrarsrc-$PKG_VERSION.tar.gz"
|
||||||
|
PKG_DEPENDS=""
|
||||||
|
PKG_BUILD_DEPENDS="toolchain"
|
||||||
|
PKG_PRIORITY="optional"
|
||||||
|
PKG_SECTION="compress"
|
||||||
|
PKG_SHORTDESC="unrar: Extract, test and view RAR archives"
|
||||||
|
PKG_LONGDESC="Unrar is a package to handle files compressed in the RAR format. Due to strange licensing issues this package can only view, test and extract files in a given archive, but not pack files. But since we have far more advanced open-source compression utils it should be enough to extract the content when you get a RAR archive."
|
||||||
|
PKG_IS_ADDON="no"
|
Loading…
x
Reference in New Issue
Block a user