summaryrefslogtreecommitdiffstats
path: root/recipes/fbpanel/fbpanel_6.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/fbpanel/fbpanel_6.1.bb')
-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"