diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-02 11:18:57 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-02 11:18:57 +0100 |
commit | a8d549430db6dcec3359d45491deda233de4f5e0 (patch) | |
tree | 56eb74670e32875c5cce87083d0c2230d40b4276 /recipes/perl | |
parent | 5be5a0eec7f6a84ac0868d94afe43222582bff9b (diff) |
liblinux-dvb-perl_1.0.bb: added recipe
Diffstat (limited to 'recipes/perl')
-rw-r--r-- | recipes/perl/liblinux-dvb-perl_1.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/perl/liblinux-dvb-perl_1.0.bb b/recipes/perl/liblinux-dvb-perl_1.0.bb new file mode 100644 index 0000000000..64e265f02d --- /dev/null +++ b/recipes/perl/liblinux-dvb-perl_1.0.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Linux::DVB - interface to (some parts of) the Linux DVB API" +SECTION = "libs" +LICENSE = "unknown" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Linux-DVB-1.0.tar.gz" + +S = "${WORKDIR}/Linux-DVB-${PV}" + +inherit cpan + +BBCLASSEXTEND="native" |