From patchwork Fri Sep 16 13:29:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,v2,1/1] twm: Add version 1.0.6 (initial recipe) Date: Fri, 16 Sep 2011 13:29:15 -0000 From: Imran Mehmood X-Patchwork-Id: 11567 Message-Id: <3e2bb3146eeaf47a13bc10edc83cf4cb667ab9db.1316179051.git.Imran_Mehmood@mentor.com> To: openembedded-devel@lists.openembedded.org Cc: Imran Mehmood From: Imran Mehmood * Imported from oe.dev commit id d90ee2735e9aa9d1a8dd7d0eb6a5917030a233d3 Signed-off-by: Imran Mehmood --- meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) create mode 100644 meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb diff --git a/meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb b/meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb new file mode 100644 index 0000000..458670b --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb @@ -0,0 +1,17 @@ +require xorg-app-common.inc +DESCRIPTION = "tiny window manager" +DEPENDS += " libxext libxt libxmu" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=4c6d42ef60e8166aa26606524c0b9586" + +PR = "${INC_PR}.0" + +SRC_URI[archive.md5sum] = "952d06a0c2ec34687b536c7b619fc671" +SRC_URI[archive.sha256sum] = "e7dccad7879a7570442f0cd9df0b9064e926466b5a52b710fca8cfb167f294e9" + +FILES_${PN} += "${datadir}/X11/twm/system.twmrc" +ALTERNATIVE_NAME = "x-window-manager" +ALTERNATIVE_PATH = "${bindir}/twm" +ALTERNATIVE_LINK = "${bindir}/x-window-manager" +ALTERNATIVE_PRIORITY = "1"