From: Michael Mrozek Date: Fri, 27 Apr 2012 00:59:13 +0000 (+0200) Subject: pandora-configtray.bb: Started a new recipe for slaeshjaegs Pandora-Config-Applet X-Git-Tag: sz_beta4~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=7db3e350f9cba3dbde7ea528426a5b8d66246987 pandora-configtray.bb: Started a new recipe for slaeshjaegs Pandora-Config-Applet --- 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} +}