[oe-commits] Michael Smith : fbpanel: add 6.1

git version control git at git.openembedded.org
Fri Nov 12 05:06:41 UTC 2010


Module: openembedded.git
Branch: testing-next
Commit: 5e04a4802c6225afca3d52ad00ef79b8d1ef1915
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5e04a4802c6225afca3d52ad00ef79b8d1ef1915

Author: Michael Smith <msmith at cbnco.com>
Date:   Tue Nov  9 17:54:14 2010 -0500

fbpanel: add 6.1

Signed-off-by: Michael Smith <msmith at cbnco.com>

---

 recipes/fbpanel/fbpanel_6.1.bb |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/recipes/fbpanel/fbpanel_6.1.bb b/recipes/fbpanel/fbpanel_6.1.bb
new file mode 100644
index 0000000..b62584a
--- /dev/null
+++ b/recipes/fbpanel/fbpanel_6.1.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "A gtk based panel application"
+SECTION = "x11"
+LICENSE = "GPLv2"
+DEPENDS = "gtk+ libxmu libxpm"
+HOMEPAGE = "http://fbpanel.sourceforge.net/"
+SRC_URI = "${SOURCEFORGE_MIRROR}/fbpanel/fbpanel-${PV}.tbz2"
+
+PR = "r0"
+
+do_configure () {
+	./configure --prefix=${prefix}
+}
+
+do_install () {
+	oe_runmake install DESTDIR=${D}
+}
+
+SRC_URI[md5sum] = "80ca0c64195b30587cfcb8c2cd9887a0"
+SRC_URI[sha256sum] = "e14542cc81ea06e64dd4708546f5fd3f5e01884c3e4617885c7ef22af8cf3965"





More information about the Openembedded-commits mailing list