[oe-commits] org.oe.dreambox enigma2-plugins: add package

tmbinc commit openembedded-commits at lists.openembedded.org
Mon Jan 15 20:49:30 UTC 2007


enigma2-plugins: add package

Author: tmbinc at openembedded.org
Branch: org.openembedded.dreambox
Revision: 0a61f43dd84be0b8474bbe67f3852556b6b87e6c
ViewMTN: http://monotone.openembedded.org/revision.psp?id=0a61f43dd84be0b8474bbe67f3852556b6b87e6c
Files:
1
packages/enigma2/enigma2-plugins.bb
Diffs:

#
# mt diff -rff2cd04c9015d128cb01cba531fa643097b2e98d -r0a61f43dd84be0b8474bbe67f3852556b6b87e6c
#
# 
# 
# add_file "packages/enigma2/enigma2-plugins.bb"
#  content [a6859c9934be1733278d2cbb3268284a8cd8b366]
# 
============================================================
--- packages/enigma2/enigma2-plugins.bb	a6859c9934be1733278d2cbb3268284a8cd8b366
+++ packages/enigma2/enigma2-plugins.bb	a6859c9934be1733278d2cbb3268284a8cd8b366
@@ -0,0 +1,18 @@
+DESCRIPTION = "Additional plugins for Enigma2"
+MAINTAINER = "Felix Domke <tmbinc at elitedvb.net>"
+
+SRCDATE = "20070113"
+PV = "1.0cvs${SRCDATE}"
+
+SRC_URI = "cvs://anonymous@cvs.schwerkraft.elitedvb.net/cvsroot/enigma2-plugins;module=enigma2-plugins;method=pserver"
+FILES_${PN} += " /usr/share/enigma2 /usr/share/fonts "
+
+inherit autotools
+
+S = "${WORKDIR}/enigma2-plugins"
+
+python populate_packages_prepend () {
+	enigma2_plugindir = bb.data.expand('${libdir}/enigma2/python/Plugins', d)
+
+	do_split_packages(d, enigma2_plugindir, '(.*?/.*?)/.*', 'enigma2-plugin-%s', 'Enigma2 Plugin: %s', recursive=True, match_path=True, prepend=True)
+}






More information about the Openembedded-commits mailing list