From 7db3e350f9cba3dbde7ea528426a5b8d66246987 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Fri, 27 Apr 2012 02:59:13 +0200 Subject: [PATCH] pandora-configtray.bb: Started a new recipe for slaeshjaegs Pandora-Config-Applet --- recipes/pandora-system/pandora-configtray.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 recipes/pandora-system/pandora-configtray.bb diff --git a/recipes/pandora-system/pandora-configtray.bb b/recipes/pandora-system/pandora-configtray.bb new file mode 100755 index 0000000..f663038 --- /dev/null +++ b/recipes/pandora-system/pandora-configtray.bb @@ -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} +} -- 2.39.2