2014-01-05 09:34:09 +01:00
|
|
|
# Template file for 'par2cmdline'
|
|
|
|
pkgname=par2cmdline
|
2015-04-16 07:12:43 +02:00
|
|
|
version=0.6.12
|
2014-01-05 09:34:09 +01:00
|
|
|
revision=1
|
|
|
|
build_style=gnu-configure
|
2014-07-27 16:05:16 +02:00
|
|
|
hostmakedepends="automake git"
|
2014-01-05 09:34:09 +01:00
|
|
|
short_desc="PAR 2.0 compatible file verification and repair tool"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2014-01-05 09:34:09 +01:00
|
|
|
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
|
|
|
|
}
|