aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libfile-slurp-perl_9999.13.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-03-19 21:29:18 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-03-19 21:29:18 +0100
commit7ad21b9e93306874eb33ced7bef83cf3a1b80980 (patch)
tree30de8c984d1b3f83a2991622ae414cf864642897 /recipes/perl/libfile-slurp-perl_9999.13.bb
parent6a21d65d2840c58cfa7cd749a04669d8f7980646 (diff)
downloadopenembedded-7ad21b9e93306874eb33ced7bef83cf3a1b80980.tar.gz
moved some files from packages to recipes
these files were pushed after the packages to recipes move
Diffstat (limited to 'recipes/perl/libfile-slurp-perl_9999.13.bb')
-rw-r--r--recipes/perl/libfile-slurp-perl_9999.13.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/perl/libfile-slurp-perl_9999.13.bb b/recipes/perl/libfile-slurp-perl_9999.13.bb
new file mode 100644
index 0000000000..c4c967d90c
--- /dev/null
+++ b/recipes/perl/libfile-slurp-perl_9999.13.bb
@@ -0,0 +1,13 @@
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+HOMEPAGE = "http://search.cpan.org/~uri/"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/File-Slurp-${PV}.tar.gz"
+
+S = "${WORKDIR}/File-Slurp-${PV}"
+
+EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}"
+
+inherit cpan
+