diff options
-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" + |