2014-01-05 08:34:09 +00:00
|
|
|
# Template file for 'par2cmdline'
|
|
|
|
pkgname=par2cmdline
|
2014-08-06 10:56:49 +00:00
|
|
|
version=0.6.8
|
2014-01-05 08:34:09 +00:00
|
|
|
revision=1
|
|
|
|
build_style=gnu-configure
|
2014-07-27 14:05:16 +00:00
|
|
|
hostmakedepends="automake git"
|
2014-01-05 08:34:09 +00:00
|
|
|
short_desc="PAR 2.0 compatible file verification and repair tool"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="GPL-2"
|
|
|
|
homepage="https://github.com/BlackIkeEagle/par2cmdline"
|
|
|
|
|
|
|
|
do_fetch() {
|
|
|
|
git clone -b v${version} git://github.com/BlackIkeEagle/par2cmdline ${pkgname}-${version}
|
|
|
|
}
|
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|