diff options
author | Bernhard Guillon <Bernhard.Guillon@opensimpad.org> | 2008-11-25 18:41:15 +0100 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-11-25 18:41:15 +0100 |
commit | 03219a272280eceb2b761e32a011700d1bdde72c (patch) | |
tree | 9b304d887d297b5896d44464edb86b626634a428 /packages/xqtlauncher/xqtlauncher.bb | |
parent | 07d5bbb00e8f0ba7a7e0ce234133628a66ad6992 (diff) |
xqtlauncher: add package
Diffstat (limited to 'packages/xqtlauncher/xqtlauncher.bb')
-rw-r--r-- | packages/xqtlauncher/xqtlauncher.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/xqtlauncher/xqtlauncher.bb b/packages/xqtlauncher/xqtlauncher.bb new file mode 100644 index 0000000000..0897ddb862 --- /dev/null +++ b/packages/xqtlauncher/xqtlauncher.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "xqtlauncher integrates X/Qt2 nicely into opie. You can launch applications with it from opies menue" +HOMEPAGE = "http://angstrom-distribution.org/" +LICENSE = "GPL" +PR = "r0" + +RDEPENDS = "xqt2 xorg-minimal-fonts" + +SRC_URI = "file://dot.directory \ + file://startxqt \ + file://startxqt-wrapper \ + file://xqtlauncher " + +do_install() { + cd ${WORKDIR} + install -d ${D}${bindir} + install -m 0755 startxqt startxqt-wrapper xqtlauncher ${D}${bindir} + install -d ${D}${palmtopdir}/apps/XQt2/ + install -m 0644 dot.directory ${D}${palmtopdir}/apps/XQt2 +} + +FILES_${PN} += "${palmtopdir}/apps/XQt2 \ + ${palmtopdir}/apps/XQt2/.directory " |