diff options
author | Chris Lord <chris@openedhand.com> | 2004-08-01 10:33:40 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2004-08-01 10:33:40 +0000 |
commit | 6226c4606a0d14ac2cccbede2c990e5fb427b9ac (patch) | |
tree | 50e34d6ae467b90e468241d3432e1397aef71e18 | |
parent | 8c0df5daad26cb5115152b07fdbd14e116865210 (diff) |
Fix mbmerlin
BKrev: 410cc704Q1gK7uLQbiXoROC3sbasQA
-rw-r--r-- | mbmerlin/mbmerlin-0.8.1-2/fix_makefile.patch | 0 | ||||
-rw-r--r-- | mbmerlin/mbmerlin_0.8.1-2.oe | 17 |
2 files changed, 17 insertions, 0 deletions
diff --git a/mbmerlin/mbmerlin-0.8.1-2/fix_makefile.patch b/mbmerlin/mbmerlin-0.8.1-2/fix_makefile.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/mbmerlin/mbmerlin-0.8.1-2/fix_makefile.patch diff --git a/mbmerlin/mbmerlin_0.8.1-2.oe b/mbmerlin/mbmerlin_0.8.1-2.oe index e69de29bb2..40d39977b8 100644 --- a/mbmerlin/mbmerlin_0.8.1-2.oe +++ b/mbmerlin/mbmerlin_0.8.1-2.oe @@ -0,0 +1,17 @@ +PR = "r3" + +inherit pkgconfig gpe + +DEPENDS = "virtual/xserver libxft startup-notification" + +SECTION = "x11" +PRIORITY = "optional" +MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de> +FILES_${PN} = "${sysconfdir} ${bindir} ${datadir}/mbmerlin ${datadir}/applications" +FILES_${PN} += " ${datadir}/pixmaps" + +SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \ + file://fix_makefile.patch;patch=1" + +S = "${WORKDIR}/mbmerlin" + |