pandora-configtray.bb: Started a new recipe for slaeshjaegs Pandora-Config-Applet
authorMichael Mrozek <EvilDragon@openpandora.de>
Fri, 27 Apr 2012 00:59:13 +0000 (02:59 +0200)
committerMichael Mrozek <EvilDragon@openpandora.de>
Fri, 27 Apr 2012 00:59:13 +0000 (02:59 +0200)
recipes/pandora-system/pandora-configtray.bb [new file with mode: 0755]

diff --git a/recipes/pandora-system/pandora-configtray.bb b/recipes/pandora-system/pandora-configtray.bb
new file mode 100755 (executable)
index 0000000..f663038
--- /dev/null
@@ -0,0 +1,20 @@
+DESCRIPTION = "A tray applet to change various Pandora-related settings"
+LICENSE = "lGPL"
+
+PR = "r1"
+
+PARALLEL_MAKE = ""
+
+SRC_URI = " \
+          git://github.com/slaeshjag/pandora-configbutton.git\
+"
+
+SRCREV = "1e8825da17a86cb0d0e63a693f4dd1f146f6e332"
+
+S = "${WORKDIR}/git"
+
+EXTRA_OEMAKE = "PREFIX=${prefix}"
+
+do_install() {
+       oe_runmake -e install DESTDIR=${D} PREFIX=${prefix}
+}