diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-03-19 21:29:18 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-03-19 21:29:18 +0100 |
commit | 7ad21b9e93306874eb33ced7bef83cf3a1b80980 (patch) | |
tree | 30de8c984d1b3f83a2991622ae414cf864642897 /recipes/perl/libxml-twig-perl_3.33.bb | |
parent | 6a21d65d2840c58cfa7cd749a04669d8f7980646 (diff) |
moved some files from packages to recipes
these files were pushed after the packages to recipes move
Diffstat (limited to 'recipes/perl/libxml-twig-perl_3.33.bb')
-rw-r--r-- | recipes/perl/libxml-twig-perl_3.33.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/perl/libxml-twig-perl_3.33.bb b/recipes/perl/libxml-twig-perl_3.33.bb new file mode 100644 index 0000000000..76b3fa7758 --- /dev/null +++ b/recipes/perl/libxml-twig-perl_3.33.bb @@ -0,0 +1,14 @@ +SECTION = "libs" +LICENSE = "Artistic|GPL" +HOMEPAGE = "http://www.xmltwig.com/" +DEPENDS += "libxml-parser-perl" +PR = "r0" + +SRC_URI = "http://xmltwig.com/xmltwig/XML-Twig-${PV}.tar.gz" + +S = "${WORKDIR}/XML-Twig-${PV}" + +EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" + +inherit cpan + |