[Description from CPAN]
This module tries to make install path resolution as easy as possible.

When you want to install a module, it needs to figure out where to install 
things. The nutshell version of how this works is that default installation 
locations are determined from ExtUtils::Config, and they may be individually 
overridden by using the install_path attribute. An install_base attribute lets 
you specify an alternative installation root like /home/foo and prefix does 
something similar in a rather different (and more complicated) way. destdir 
lets you specify a temporary installation directory like /tmp/install in case 
you want to create bundled-up installable packages.

Signed-off-by: Tim Orling <ticot...@gmail.com>
---
 .../perl-module-extutils-installpaths_0.010.bb     |   24 ++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 
meta-perl/recipes-perl/extutils/perl-module-extutils-installpaths_0.010.bb

diff --git 
a/meta-perl/recipes-perl/extutils/perl-module-extutils-installpaths_0.010.bb 
b/meta-perl/recipes-perl/extutils/perl-module-extutils-installpaths_0.010.bb
new file mode 100644
index 0000000..e95aec9
--- /dev/null
+++ b/meta-perl/recipes-perl/extutils/perl-module-extutils-installpaths_0.010.bb
@@ -0,0 +1,24 @@
+SUMMARY = "ExtUtils::InstallPaths - Build.PL install path logic made easy"
+DESCRIPTION = "This module tries to make install path resolution as easy \
+as possible."
+
+HOMEPAGE = "http://search.cpan.org/~leont/ExtUtils-InstallPaths/";
+
+LICENSE = "Artistic-1.0 | GPL-1.0+"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=15bbcc2806d297df9e944b8955b38d82"
+
+SRC_URI = 
"http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-${PV}.tar.gz";
+SRC_URI[md5sum] = "f0b00cc6c04653588a6298fa1f16c07f"
+SRC_URI[sha256sum] = 
"d14cbff118e467900c2c488b55b83ef697d6eb1b8f592c0521f1d82848bf2156"
+
+S = "${WORKDIR}/ExtUtils-InstallPaths-${PV}"
+
+inherit cpan
+
+RDEPENDS_${PN} = " perl-module-extutils-makemaker \
+                   perl-module-data-dumper \
+                   perl-module-test-more \
+                   perl-module-file-temp \
+"
+
+BBCLASSEXTEND = "native"
-- 
1.7.9.5

_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to