summaryrefslogtreecommitdiffstats
path: root/recipes/fbpanel/fbpanel_6.1.bb
diff options
context:
space:
mode:
authorCliff Brake <cbrake@bec-systems.com>2010-11-12 00:00:20 -0500
committerCliff Brake <cbrake@bec-systems.com>2010-11-12 00:00:20 -0500
commit3c6efe8f8abc16668ca5e9cdf7a46665dac87172 (patch)
tree642c13416b99e80f0871cdc6668e832e635dfb48 /recipes/fbpanel/fbpanel_6.1.bb
parentc400c874f2ac9233b8a43a73309b6e7907289c54 (diff)
parent13fbe7253c95881ede787004a4c3a1c31502e5c6 (diff)
downloadopenembedded-3c6efe8f8abc16668ca5e9cdf7a46665dac87172.tar.gz
Merge branch 'master' into testing-nexttested_2010-11-12testing
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"