aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xmltv
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/xmltv
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/xmltv')
-rw-r--r--recipes/xmltv/xmltv_0.5.54.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/xmltv/xmltv_0.5.54.bb b/recipes/xmltv/xmltv_0.5.54.bb
new file mode 100644
index 0000000000..70005d70f4
--- /dev/null
+++ b/recipes/xmltv/xmltv_0.5.54.bb
@@ -0,0 +1,14 @@
+DESCRIPTION="prerequisites for xmltv"
+
+PARALLEL_MAKE = ""
+SRC_URI="http://downloads.sourceforge.net/xmltv/xmltv-${PV}.tar.bz2"
+
+DEPENDS = "perl libxml-parser-perl-native libwww-perl-native libdate-manip-perl-native \
+ libxml-twig-perl-native libxml-writer-perl-native libfile-slurp-perl-native \
+ libtermreadkey-perl-native"
+
+PR = "r0"
+
+EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}"
+
+inherit cpan