aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fbpanel
diff options
context:
space:
mode:
authorMichael Smith <msmith@cbnco.com>2010-11-09 17:54:14 -0500
committerMichael Smith <msmith@cbnco.com>2010-11-09 17:58:16 -0500
commit5e04a4802c6225afca3d52ad00ef79b8d1ef1915 (patch)
tree58249bc3d419f497fd9421fdd02e02973a86d9ba /recipes/fbpanel
parentf27066cf2b093e3afcb07ec53c7cf87960684218 (diff)
downloadopenembedded-5e04a4802c6225afca3d52ad00ef79b8d1ef1915.tar.gz
fbpanel: add 6.1
Signed-off-by: Michael Smith <msmith@cbnco.com>
Diffstat (limited to 'recipes/fbpanel')
-rw-r--r--recipes/fbpanel/fbpanel_6.1.bb19
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 0000000000..b62584a6c0
--- /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"