mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
par2cmdline: add meta file support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d3beba56cb
commit
f8b43c20eb
@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
|
@ -3,4 +3,4 @@
|
|||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/bin
|
mkdir -p $INSTALL/usr/bin
|
||||||
cp -PR $PKG_BUILD/par2 $INSTALL/usr/bin
|
cp -P $PKG_BUILD/par2 $INSTALL/usr/bin
|
||||||
|
14
packages/sysutils/par2cmdline/meta
Normal file
14
packages/sysutils/par2cmdline/meta
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
PKG_NAME="par2cmdline"
|
||||||
|
PKG_VERSION="0.4"
|
||||||
|
PKG_REV="1"
|
||||||
|
PKG_ARCH="any"
|
||||||
|
PKG_LICENSE="GPL"
|
||||||
|
PKG_SITE="http://www.chuchusoft.com/par2_tbb/index.html"
|
||||||
|
PKG_URL="http://mesh.dl.sourceforge.net/project/parchive/par2cmdline/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
|
PKG_DEPENDS=""
|
||||||
|
PKG_BUILD_DEPENDS="toolchain"
|
||||||
|
PKG_PRIORITY="optional"
|
||||||
|
PKG_SECTION="system"
|
||||||
|
PKG_SHORTDESC="par2cmdline: a utility to create and repair data files using Reed Solomon coding."
|
||||||
|
PKG_LONGDESC="This is a concurrent (multithreaded) version of par2cmdline, a utility to create and repair data files using Reed Solomon coding. par2 parity archives are commonly used on Usenet postings to allow corrupted postings to be repaired instead of needing the original poster to repost the corrupted file(s)."
|
||||||
|
PKG_IS_ADDON="no"
|
@ -1,2 +0,0 @@
|
|||||||
http://mesh.dl.sourceforge.net/project/parchive/par2cmdline/0.4/par2cmdline-0.4.tar.gz
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user