par2cmdline: add meta file support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-14 15:37:47 +01:00
parent d3beba56cb
commit f8b43c20eb
5 changed files with 15 additions and 5 deletions

View File

@ -2,8 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \

View File

@ -3,4 +3,4 @@
. config/options $1
mkdir -p $INSTALL/usr/bin
cp -PR $PKG_BUILD/par2 $INSTALL/usr/bin
cp -P $PKG_BUILD/par2 $INSTALL/usr/bin

View 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"

View File

@ -1,2 +0,0 @@
http://mesh.dl.sourceforge.net/project/parchive/par2cmdline/0.4/par2cmdline-0.4.tar.gz