fbpanel: add 6.1
authorMichael Smith <msmith@cbnco.com>
Tue, 9 Nov 2010 22:54:14 +0000 (17:54 -0500)
committerMichael Smith <msmith@cbnco.com>
Tue, 9 Nov 2010 22:58:16 +0000 (17:58 -0500)
Signed-off-by: Michael Smith <msmith@cbnco.com>
recipes/fbpanel/fbpanel_6.1.bb [new file with mode: 0644]

diff --git a/recipes/fbpanel/fbpanel_6.1.bb b/recipes/fbpanel/fbpanel_6.1.bb
new file mode 100644 (file)
index 0000000..b62584a
--- /dev/null
@@ -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"