aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/geda/pcb_20081128.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/geda/pcb_20081128.bb')
-rw-r--r--recipes/geda/pcb_20081128.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/geda/pcb_20081128.bb b/recipes/geda/pcb_20081128.bb
new file mode 100644
index 0000000000..367569f7da
--- /dev/null
+++ b/recipes/geda/pcb_20081128.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "PCB Designer"
+LICENSE = "GPLv2"
+HOMEPAGE = "http://geda.seul.org"
+FILES_${PN} += " ${datadir}/icons ${datadir}/mime/packages"
+# NOTE: Old KDE integration ${datadir}/mimelnk/application/*.desktop are ignored intentionally
+
+#DEPENDS = "libgeda"
+DEPENDS = "dbus gd gtk+ tcl-native tk-native"
+
+SRC_URI = "http://geda.seul.org/dist/${P}.tar.gz"
+
+inherit autotools mime
+
+EXTRA_OECONF = "--disable-update-mime-database --disable-update-desktop-database --enable-dbus"