From 242995876d038a2ae7d3a132e91e4d17ed6862b8 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:16:05 +0100 Subject: [PATCH] par2cmdline: add autoreconf support Signed-off-by: Stephan Raue --- packages/sysutils/par2cmdline/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/sysutils/par2cmdline/meta b/packages/sysutils/par2cmdline/meta index e4bf2ff15c..e85016dbcb 100644 --- a/packages/sysutils/par2cmdline/meta +++ b/packages/sysutils/par2cmdline/meta @@ -12,3 +12,5 @@ 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" + +PKG_AUTORECONF="yes"