aboutsummaryrefslogtreecommitdiffstats
path: root/packages/perl/libarchive-tar-perl_1.30.bb
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-09-26 22:51:18 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-09-26 22:51:18 +0000
commit9bff0fc8c4d53dfbea1976510c840bc2a6e8634f (patch)
tree32f849047173da7fd9ffa07478ac01fa52e73121 /packages/perl/libarchive-tar-perl_1.30.bb
parent95fea465c9286297ec719febbb1231909854cf51 (diff)
downloadopenembedded-9bff0fc8c4d53dfbea1976510c840bc2a6e8634f.tar.gz
perl: Add some additional perl modules. This are the optional dependencies
of libmodule-build, the new Build.PL based perl install system.
Diffstat (limited to 'packages/perl/libarchive-tar-perl_1.30.bb')
-rw-r--r--packages/perl/libarchive-tar-perl_1.30.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/perl/libarchive-tar-perl_1.30.bb b/packages/perl/libarchive-tar-perl_1.30.bb
new file mode 100644
index 0000000000..258cf1cb67
--- /dev/null
+++ b/packages/perl/libarchive-tar-perl_1.30.bb
@@ -0,0 +1,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