blob: 258cf1cb67793f4cadf19e2838ad3da2fa102700 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "Archive::Tar - module for manipulations of tar archives"
SECTION = "libs"
MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>"
LICENSE = "Artistic"
DEPENDS += "libio-zlib-perl-native"
RDEPENDS += "libio-zlib-perl"
PR = "r0"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/K/KA/KANE/Archive-Tar-1.30.tar.gz"
S = "${WORKDIR}/Archive-Tar-${PV}"
inherit cpan
|