aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libcache-cache-perl_1.06.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-02 21:54:54 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-02 21:54:54 +0100
commit9883ae46e639e7c86fcf2ffe5f61ed76f5cfa46f (patch)
tree56e36da8acec7fd539654fa4c4c150392f7c7e54 /recipes/perl/libcache-cache-perl_1.06.bb
parent9582905ee7908edb20707034251eea266add2cc0 (diff)
downloadopenembedded-9883ae46e639e7c86fcf2ffe5f61ed76f5cfa46f.tar.gz
libalgorithm-diff-perl_1.1902.bb updated to latest version
Diffstat (limited to 'recipes/perl/libcache-cache-perl_1.06.bb')
-rw-r--r--recipes/perl/libcache-cache-perl_1.06.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/perl/libcache-cache-perl_1.06.bb b/recipes/perl/libcache-cache-perl_1.06.bb
new file mode 100644
index 0000000000..c3837e7862
--- /dev/null
+++ b/recipes/perl/libcache-cache-perl_1.06.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Cache::Cache -- the Cache interface."
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+DEPENDS = "libdigest-sha1-perl-native liberror-perl-native \
+ libipc-sharelite-perl-native"
+RDEPENDS = "libdigest-sha1-perl liberror-perl libipc-sharelite-perl"
+PR = "r7"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DC/DCLINTON/Cache-Cache-${PV}.tar.gz"
+
+S = "${WORKDIR}/Cache-Cache-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND="native"