From 6b71aee930f8928caf6c16be7df7183a2ddc477b Mon Sep 17 00:00:00 2001 From: "M. Dietrich" Date: Fri, 12 Dec 2008 13:25:19 +0100 Subject: pyneog: move from fso/pyneog to pyneo directory --- packages/freesmartphone/pyneog_git.bb | 32 -------------------------------- packages/pyneo/zad_git.bb | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 packages/freesmartphone/pyneog_git.bb create mode 100644 packages/pyneo/zad_git.bb (limited to 'packages') diff --git a/packages/freesmartphone/pyneog_git.bb b/packages/freesmartphone/pyneog_git.bb deleted file mode 100644 index c7d0235d03..0000000000 --- a/packages/freesmartphone/pyneog_git.bb +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION = "Zad - GUI" -HOMEPAGE = "http://neo1973-germany.de/wiki/Zad" -AUTHOR = "M. Dietrich" -SECTION = "python/ui" -LICENSE = "GPL" -PV = "0.0.0+gitr${SRCREV}" -PR = "r0" - -SRC_URI = "${FREESMARTPHONE_GIT}/pyneo.git;protocol=git;branch=master" -S = "${WORKDIR}/git/pyneog" - -do_compile() { - : -} - -do_install() { - find . -name ".svn"|xargs rm -rf - install -d ${D}${datadir}/pyneog - for i in media *.py; do - cp -a $i ${D}${datadir}/pyneog/ - done - - install -d ${D}${sysconfdir}/X11/Xsession.d/ - install -m 0755 80pyneog ${D}${sysconfdir}/X11/Xsession.d/ -} - -FILES_${PN} = "${datadir} ${bindir} ${sysconfdir}" - -RCONFLICTS = "openmoko-session2" -RREPlACES = "openmoko-session2" -RDEPENDS = "task-python-efl" -PACKAGE_ARCH = "${MACHINE_ARCH}" diff --git a/packages/pyneo/zad_git.bb b/packages/pyneo/zad_git.bb new file mode 100644 index 0000000000..c7d0235d03 --- /dev/null +++ b/packages/pyneo/zad_git.bb @@ -0,0 +1,32 @@ +DESCRIPTION = "Zad - GUI" +HOMEPAGE = "http://neo1973-germany.de/wiki/Zad" +AUTHOR = "M. Dietrich" +SECTION = "python/ui" +LICENSE = "GPL" +PV = "0.0.0+gitr${SRCREV}" +PR = "r0" + +SRC_URI = "${FREESMARTPHONE_GIT}/pyneo.git;protocol=git;branch=master" +S = "${WORKDIR}/git/pyneog" + +do_compile() { + : +} + +do_install() { + find . -name ".svn"|xargs rm -rf + install -d ${D}${datadir}/pyneog + for i in media *.py; do + cp -a $i ${D}${datadir}/pyneog/ + done + + install -d ${D}${sysconfdir}/X11/Xsession.d/ + install -m 0755 80pyneog ${D}${sysconfdir}/X11/Xsession.d/ +} + +FILES_${PN} = "${datadir} ${bindir} ${sysconfdir}" + +RCONFLICTS = "openmoko-session2" +RREPlACES = "openmoko-session2" +RDEPENDS = "task-python-efl" +PACKAGE_ARCH = "${MACHINE_ARCH}" -- cgit v1.2.3