bdftopcf: merge from #870
authorKoen Kooi <koen@openembedded.org>
Thu, 27 Apr 2006 13:00:28 +0000 (13:00 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 27 Apr 2006 13:00:28 +0000 (13:00 +0000)
packages/x11-apps/.mtn2git_empty [new file with mode: 0644]
packages/x11-apps/app-common.inc [new file with mode: 0644]
packages/x11-apps/bdftopcf_1.0.0.bb [new file with mode: 0644]

diff --git a/packages/x11-apps/.mtn2git_empty b/packages/x11-apps/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/x11-apps/app-common.inc b/packages/x11-apps/app-common.inc
new file mode 100644 (file)
index 0000000..04daf02
--- /dev/null
@@ -0,0 +1,11 @@
+DESCRIPTION = "X application"
+SECTION = "x11/apps"
+LICENSE= "MIT-X"
+
+SRC_URI = "${XORG_MIRROR}/X11R7.0/src/app/${PN}-${PV}.tar.bz2"
+
+inherit autotools pkgconfig
+
+do_stage () {
+       autotools_stage_all
+}
diff --git a/packages/x11-apps/bdftopcf_1.0.0.bb b/packages/x11-apps/bdftopcf_1.0.0.bb
new file mode 100644 (file)
index 0000000..96492be
--- /dev/null
@@ -0,0 +1,2 @@
+include app-common.inc
+DEPENDS = "libxfont"