diff options
author | Jan Lübbe <jluebbe@debian.org> | 2009-09-08 15:44:06 +0000 |
---|---|---|
committer | Jan Lübbe <jluebbe@debian.org> | 2009-09-08 17:30:12 +0000 |
commit | 3355a700693403934e58c99b7b53d2b7ffeea41b (patch) | |
tree | 72f030f02c8d6f98203c2e0da753cd179ce02ae8 /recipes/perl | |
parent | ec7970eea4971d0da8f4db8bb5797606feb5f8ee (diff) |
libconfig-general-perl: add recipe
Diffstat (limited to 'recipes/perl')
-rw-r--r-- | recipes/perl/libconfig-general-perl_2.42.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/perl/libconfig-general-perl_2.42.bb b/recipes/perl/libconfig-general-perl_2.42.bb new file mode 100644 index 0000000000..fe486a33eb --- /dev/null +++ b/recipes/perl/libconfig-general-perl_2.42.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Generic Configuration Module" +SECTION = "libs" +LICENSE = "Artistic|GPL" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TL/TLINDEN/Config-General-${PV}.tar.gz" + +S = "${WORKDIR}/Config-General-${PV}" + +inherit cpan |