blob: c9a110f45760c0ead24605b9b037ab4845d53d9f (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "A tool to apply the data-recovery capability concepts of RAID-like systems \
to the posting & recovery of multi-part archives on Usenet."
SECTION = "libs"
LICENSE = "GPL"
HOMEPAGE = "http://parchive.sourceforge.net/"
DEPENDS = "libsigc++-2.0"
SRC_URI = "${SOURCEFORGE_MIRROR}/parchive/libpar2/libpar2-${PV}.tar.gz"
inherit autotools_stage pkgconfig
|