diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/lcdproc | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/lcdproc')
-rw-r--r-- | packages/lcdproc/lcdproc5.inc | 115 | ||||
-rw-r--r-- | packages/lcdproc/lcdproc_0.4.5.bb | 50 | ||||
-rw-r--r-- | packages/lcdproc/lcdproc_0.4.99+cvs20060123.bb | 67 | ||||
-rw-r--r-- | packages/lcdproc/lcdproc_0.5.0.bb | 1 | ||||
-rw-r--r-- | packages/lcdproc/lcdproc_0.5.1.bb | 19 | ||||
-rw-r--r-- | packages/lcdproc/lcdproc_cvs.bb | 69 |
6 files changed, 0 insertions, 321 deletions
diff --git a/packages/lcdproc/lcdproc5.inc b/packages/lcdproc/lcdproc5.inc deleted file mode 100644 index de704bcad0..0000000000 --- a/packages/lcdproc/lcdproc5.inc +++ /dev/null @@ -1,115 +0,0 @@ -DESCRIPTION = "LCDproc is a client/Server suite to drive all kinds of LCD (-like) devices. The client \ -shipped with this package can be used to acquire various kinds of system stats." -HOMEPAGE = "http://lcdproc.org" -SECTION = "utils" -PRIORITY = "optional" -LICENSE = "GPL" -DEPENDS = "libusb ncurses" -RRECOMMENDS_lcdproc = "lcdd" - -SRC_URI = "${SOURCEFORGE_MIRROR}/lcdproc/${P}.tar.gz" - -inherit autotools update-rc.d - -PACKAGES =+ "lcdd lcdd-driver-cfontz lcdd-driver-bayrad lcdd-driver-hd44780nousb \ - lcdd-driver-hd44780 lcdd-driver-mtxorb lcdd-driver-serialvfd \ - lcdd-driver-curses lcdd-driver-text \ - lcdd-driver-sed lcdd-driver-cwlnx lcdd-driver-glk lcdd-driver-icp-a106 \ - lcdd-driver-imon lcdd-driver-joy lcdd-driver-lb216 lcdd-driver-lcdm001 \ - lcdd-driver-lcterm lcdd-driver-ms6931 lcdd-driver-mtc-s16209x \ - lcdd-driver-noritakevfd lcdd-driver-pyramid lcdd-driver-sli \ - lcdd-driver-stv5730 lcdd-driver-t6963 lcdd-driver-tyan" - -CONFFILES_lcdd = "${sysconfdir}/LCDd.conf" -CONFFILES_lcdproc = "${sysconfdir}/lcdproc.conf" - -FILES_lcdd = "${CONFFILES_lcdd} \ - ${sbindir}/LCDd \ - ${sysconfdir}/init.d/lcdd" - -FILES_lcdproc = "${CONFFILES_lcdproc} \ - ${bindir}/lcdproc \ - ${sysconfdir}/init.d/lcdproc" - -# Driver packages - -FILES_lcdd-driver-cfontz = "${libdir}/lcdproc/CFontz*.so" -FILES_lcdd-driver-bayrad = "${libdir}/lcdproc/bayrad.so" -FILES_lcdd-driver-hd44780nousb = "${libdir}/lcdproc/hd44780nousb.so" -FILES_lcdd-driver-hd44780 = "${libdir}/lcdproc/hd44780.so" -FILES_lcdd-driver-mtxorb = "${libdir}/lcdproc/MtxOrb.so" -FILES_lcdd-driver-serialvfd = "${libdir}/lcdproc/serialVFD.so" -FILES_lcdd-driver-curses = "${libdir}/lcdproc/curses.so" -FILES_lcdd-driver-text = "${libdir}/lcdproc/text.so" -FILES_lcdd-driver-sed = "${libdir}/lcdproc/sed*.so" -FILES_lcdd-driver-cwlnx = "${libdir}/lcdproc/CwLnx.so" -FILES_lcdd-driver-glk = "${libdir}/lcdproc/glk.so" -FILES_lcdd-driver-icp-a106 = "${libdir}/lcdproc/icp_a106.so" -FILES_lcdd-driver-imon = "${libdir}/lcdproc/imon.so" -FILES_lcdd-driver-joy = "${libdir}/lcdproc/joy.so" -FILES_lcdd-driver-lb216 = "${libdir}/lcdproc/lb216.so" -FILES_lcdd-driver-lcdm001 = "${libdir}/lcdproc/lcdm001.so" -FILES_lcdd-driver-lcterm = "${libdir}/lcdproc/lcterm.so" -FILES_lcdd-driver-ms6931 = "${libdir}/lcdproc/ms6931.so" -FILES_lcdd-driver-mtc-s16209x = "${libdir}/lcdproc/mtc_s16209x.so" -FILES_lcdd-driver-noritakevfd = "${libdir}/lcdproc/NoritakeVFD.so" -FILES_lcdd-driver-pyramid = "${libdir}/lcdproc/pyramid.so" -FILES_lcdd-driver-sli = "${libdir}/lcdproc/sli.so" -FILES_lcdd-driver-stv5730 = "${libdir}/lcdproc/stv5730.so" -FILES_lcdd-driver-t6963 = "${libdir}/lcdproc/t6963.so" -FILES_lcdd-driver-tyan = "${libdir}/lcdproc/tyan.so" - - -# Install-all-drivers-hack: - -DEPENDS_lcdd-driver-all = "lcdd-driver-cfontz lcdd-driver-bayrad lcdd-driver-hd44780nousb \ - lcdd-driver-hd44780 lcdd-driver-mtxorb lcdd-driver-serialvfd \ - lcdd-driver-curses lcdd-driver-text \ - lcdd-driver-sed lcdd-driver-cwlnx lcdd-driver-glk lcdd-driver-icp-a106 \ - lcdd-driver-imon lcdd-driver-joy lcdd-driver-lb216 lcdd-driver-lcdm001 \ - lcdd-driver-lcterm lcdd-driver-ms6931 lcdd-driver-mtc-s16209x \ - lcdd-driver-noritakevfd lcdd-driver-pyramid lcdd-driver-sli \ - lcdd-driver-stv5730 lcdd-driver-t6963 lcdd-driver-tyan" - -# USB / no USB trickery - -CONFLICTS_lcdd-driver-hd47780nousb = "lcdd-driver-hd44780" -CONFLICTS_lcdd-driver-hd47780 = "lcdd-driver-hd44780nousb" - -INITSCRIPT_PACKAGES = "lcdd lcdproc" -INITSCRIPT_NAME_lcdd = "lcdd" -INITSCRIPT_NAME_lcdproc = "lcdproc" -INITSCRIPT_PARAMS_lcdd = "defaults 70 21" -INITSCRIPT_PARAMS_lcdproc = "defaults 71 20" - -EXTRA_OECONF = "--enable-drivers=all --enable-libusb" - -do_install () { - # binaries - install -D -m 0755 server/LCDd ${D}${sbindir}/LCDd - install -D -m 0755 clients/lcdproc/lcdproc ${D}${bindir}/lcdproc - - # init scripts - install -d ${D}${sysconfdir}/init.d - # so far, not fixed :-( and now even uglier :-(( - cat scripts/init-LCDd.debian | sed -e s'/--oknodo//' -e 's/ -s -f / -s 1 -f 1 /' -e 's/force-reload/force-restart/' -e 's/sleep 1/sleep 4/' > ${D}${sysconfdir}/init.d/lcdd - chmod 0755 ${D}${sysconfdir}/init.d/lcdd - # prevent lcdproc from starting if no SCREENS are set. - # will be fixed in next upstream release - cat scripts/init-lcdproc.debian | sed -e 's/C X//' | sed -e 's/case/[ -n "$SCREENS" ] || exit 0\n\ncase/' | sed -e s'/--oknodo//' > ${D}${sysconfdir}/init.d/lcdproc - chmod 0755 ${D}${sysconfdir}/init.d/lcdproc - - # configuration files - install -D -m 0644 LCDd.conf ${D}${sysconfdir}/LCDd.conf - # don't start lcdproc by default - # will be fixed in next upstream release - cat scripts/lcdproc.conf | sed -e 's/C X//' > ${D}${sysconfdir}/lcdproc.conf - chmod 0644 ${D}${sysconfdir}/lcdproc.conf - - # driver library files - install -d ${D}${libdir}/lcdproc - for i in server/drivers/*.so; do - install -m 0644 $i ${D}${libdir}/lcdproc/ - done -} - diff --git a/packages/lcdproc/lcdproc_0.4.5.bb b/packages/lcdproc/lcdproc_0.4.5.bb deleted file mode 100644 index 855dfb5a6e..0000000000 --- a/packages/lcdproc/lcdproc_0.4.5.bb +++ /dev/null @@ -1,50 +0,0 @@ -DESCRIPTION = "LCDproc is a client/Server suite to drive all kinds of LCD (-like) devices. The client \ -shipped with this package can be used to acquire various kinds of system stats." -HOMEPAGE = "http://lcdproc.org" -LICENSE ="GPL" -PRIORITY = "optional" -SECTION = "utils" - -DEPENDS = "${@((bb.data.getVar('LCDPROC_DRIVERS',d) or 'curses,text').find('curses') != -1) and 'ncurses' or ''}" - -SRC_URI = "${SOURCEFORGE_MIRROR}/lcdproc/lcdproc-${PV}.tar.gz" - -inherit autotools - -EXTRA_OECONF = "${@'--enable-drivers=' + (bb.data.getVar('LCDPROC_DRIVERS',d) or 'curses,text')}" - -do_install () { - # binaries - install -D -m 0755 server/LCDd ${D}${sbindir}/LCDd - install -D -m 0755 clients/lcdproc/lcdproc ${D}${bindir}/lcdproc - - # init scripts - install -D -m 0755 scripts/init-LCDd.debian ${D}${sysconfdir}/init.d/lcdd - # prevent lcdproc from starting if no SCREENS are set. - # will be fixed in next upstream release - cat scripts/init-lcdproc.debian | sed -e 's/C X//' | sed -e 's/case/[ -n $SCREENS ] || exit 0\n\ncase/' > ${D}${sysconfdir}/init.d/lcdproc - chmod 0755 ${D}${sysconfdir}/init.d/lcdproc - - # configuration files - install -D -m 0644 LCDd.conf ${D}${sysconfdir}/LCDd.conf - # don't start lcdproc by default - # will be fixed in next upstream release - cat scripts/lcdproc.conf | sed -e 's/C X//' > ${D}${sysconfdir}/lcdproc.conf - chmod 0644 ${D}${sysconfdir}/lcdproc.conf -} - -pkg_postinst () { - if test -n "${D}"; then - D="-r $D" - fi - update-rc.d $D lcdd defaults 70 21 - update-rc.d $D lcdproc defaults 71 20 -} - -pkg_prerm () { - if test -n "${D}"; then - D="-r $D" - fi - update-rc.d $D lcdproc remove - update-rc.d $D lcdd remove -} diff --git a/packages/lcdproc/lcdproc_0.4.99+cvs20060123.bb b/packages/lcdproc/lcdproc_0.4.99+cvs20060123.bb deleted file mode 100644 index 31d88c8347..0000000000 --- a/packages/lcdproc/lcdproc_0.4.99+cvs20060123.bb +++ /dev/null @@ -1,67 +0,0 @@ -DESCRIPTION = "LCDproc is a client/Server suite to drive all kinds of LCD (-like) devices." -DESCRIPTION_append_lcdproc = " The client shipped with this package can be used to acquire various kinds of system stats." -DESCRIPTION_append_lcdd = " This package contains the LCDd server." -HOMEPAGE = "http://lcdproc.org" -LICENSE = "GPL" -PRIORITY = "optional" -SECTION = "utils" - -DEPENDS = "${@((bb.data.getVar('LCDPROC_DRIVERS',d) or 'curses,text').find('curses') != -1) and 'ncurses' or ''}" -RRECOMMENDS_lcdproc = "lcdd" - -SRCDATE = "${@bb.data.getVar('FILE', d, 1).split('cvs')[-1].split('.')[0]}" -SRC_URI = "cvs://anonymous@lcdproc.cvs.sourceforge.net/cvsroot/lcdproc;module=lcdproc" -S = "${WORKDIR}/lcdproc" - -inherit autotools update-rc.d - -PACKAGES =+ "lcdd" - -CONFFILES_lcdd = "${sysconfdir}/LCDd.conf" -CONFFILES_lcdproc = "${sysconfdir}/lcdproc.conf" - -FILES_lcdd = "${CONFFILES_lcdd} \ - ${sbindir}/LCDd \ - ${sysconfdir}/init.d/lcdd \ - ${libdir}/lcdproc/" -FILES_lcdproc = "${CONFFILES_lcdproc} \ - ${bindir}/lcdproc \ - ${sysconfdir}/init.d/lcdproc" - -INITSCRIPT_PACKAGES = "lcdd lcdproc" -INITSCRIPT_NAME_lcdd = "lcdd" -INITSCRIPT_NAME_lcdproc = "lcdproc" -INITSCRIPT_PARAMS_lcdd = "defaults 70 21" -INITSCRIPT_PARAMS_lcdproc = "defaults 71 20" - -EXTRA_OECONF = "${@'--enable-drivers=' + (bb.data.getVar('LCDPROC_DRIVERS',d) or 'curses,text')}" - -do_install () { - # binaries - install -D -m 0755 server/LCDd ${D}${sbindir}/LCDd - install -D -m 0755 clients/lcdproc/lcdproc ${D}${bindir}/lcdproc - - # init scripts - install -d ${D}${sysconfdir}/init.d - # so far, not fixed :-( and now even uglier :-(( - cat scripts/init-LCDd.debian | sed -e s'/--oknodo//' -e 's/ -s -f / -s 1 -f 1 /' -e 's/force-reload/force-restart/' -e 's/sleep 1/sleep 4/' > ${D}${sysconfdir}/init.d/lcdd - chmod 0755 ${D}${sysconfdir}/init.d/lcdd - # prevent lcdproc from starting if no SCREENS are set. - # will be fixed in next upstream release - cat scripts/init-lcdproc.debian | sed -e 's/C X//' | sed -e 's/case/[ -n "$SCREENS" ] || exit 0\n\ncase/' | sed -e s'/--oknodo//' > ${D}${sysconfdir}/init.d/lcdproc - chmod 0755 ${D}${sysconfdir}/init.d/lcdproc - - # configuration files - install -D -m 0644 LCDd.conf ${D}${sysconfdir}/LCDd.conf - # don't start lcdproc by default - # will be fixed in next upstream release - cat scripts/lcdproc.conf | sed -e 's/C X//' > ${D}${sysconfdir}/lcdproc.conf - chmod 0644 ${D}${sysconfdir}/lcdproc.conf - - # driver library files - install -d ${D}${libdir}/lcdproc - for i in server/drivers/*.so; do - install -m 0644 $i ${D}${libdir}/lcdproc/ - done -} - diff --git a/packages/lcdproc/lcdproc_0.5.0.bb b/packages/lcdproc/lcdproc_0.5.0.bb deleted file mode 100644 index 0c6cf669c0..0000000000 --- a/packages/lcdproc/lcdproc_0.5.0.bb +++ /dev/null @@ -1 +0,0 @@ -require lcdproc5.inc
\ No newline at end of file diff --git a/packages/lcdproc/lcdproc_0.5.1.bb b/packages/lcdproc/lcdproc_0.5.1.bb deleted file mode 100644 index dafcbba170..0000000000 --- a/packages/lcdproc/lcdproc_0.5.1.bb +++ /dev/null @@ -1,19 +0,0 @@ -require lcdproc5.inc - -DEPENDS += "libg15 g15daemon libg15render" -DEPENDS_lcdd-driver-all += "lcdd-driver-g15" - -PR = "r3" - -do_install_append () { - # binaries - install -D -m 0755 clients/lcdvc/lcdvc ${D}${sbindir}/lcdvc - - # configuration files - install -D -m 0644 clients/lcdvc/lcdvc.conf ${D}${sysconfdir}/lcdvc.conf -} - -PACKAGES =+ "lcdvc lcdd-driver-g15" -CONFFILES_lcdvc = "${sysconfdir}/lcdvc.conf" -FILES_lcdvc = "${CONFFILES_lcdvc} ${sbindir}/lcdvc" -FILES_lcdd-driver-g15 = "${libdir}/lcdproc/g15.so" diff --git a/packages/lcdproc/lcdproc_cvs.bb b/packages/lcdproc/lcdproc_cvs.bb deleted file mode 100644 index b330f88978..0000000000 --- a/packages/lcdproc/lcdproc_cvs.bb +++ /dev/null @@ -1,69 +0,0 @@ -DESCRIPTION = "LCDproc is a client/Server suite to drive all kinds of LCD (-like) devices." -DESCRIPTION_append_lcdproc = " The client shipped with this package can be used to acquire various kinds of system stats." -DESCRIPTION_append_lcdd = " This package contains the LCDd server." -HOMEPAGE = "http://lcdproc.org" -LICENSE = "GPL" -PRIORITY = "optional" -SECTION = "utils" -PV = "0.4.99+cvs${SRCDATE}" - -DEFAULT_PREFERENCE = "-1" - -DEPENDS = "${@((bb.data.getVar('LCDPROC_DRIVERS',d) or 'curses,text').find('curses') != -1) and 'ncurses' or ''}" -RRECOMMENDS_lcdproc = "lcdd" - -SRC_URI = "cvs://anonymous@lcdproc.cvs.sourceforge.net/cvsroot/lcdproc;module=lcdproc" -S = "${WORKDIR}/lcdproc" - -inherit autotools update-rc.d - -PACKAGES =+ "lcdd" - -CONFFILES_lcdd = "${sysconfdir}/LCDd.conf" -CONFFILES_lcdproc = "${sysconfdir}/lcdproc.conf" - -FILES_lcdd = "${CONFFILES_lcdd} \ - ${sbindir}/LCDd \ - ${sysconfdir}/init.d/lcdd \ - ${libdir}/lcdproc/" -FILES_lcdproc = "${CONFFILES_lcdproc} \ - ${bindir}/lcdproc \ - ${sysconfdir}/init.d/lcdproc" - -INITSCRIPT_PACKAGES = "lcdd lcdproc" -INITSCRIPT_NAME_lcdd = "lcdd" -INITSCRIPT_NAME_lcdproc = "lcdproc" -INITSCRIPT_PARAMS_lcdd = "defaults 70 21" -INITSCRIPT_PARAMS_lcdproc = "defaults 71 20" - -EXTRA_OECONF = "${@'--enable-drivers=' + (bb.data.getVar('LCDPROC_DRIVERS',d) or 'curses,text')}" - -do_install () { - # binaries - install -D -m 0755 server/LCDd ${D}${sbindir}/LCDd - install -D -m 0755 clients/lcdproc/lcdproc ${D}${bindir}/lcdproc - - # init scripts - install -d ${D}${sysconfdir}/init.d - # so far, not fixed :-( and now even uglier :-(( - cat scripts/init-LCDd.debian | sed -e s'/--oknodo//' -e 's/ -s -f / -s 1 -f 1 /' -e 's/force-reload/force-restart/' -e 's/sleep 1/sleep 4/' > ${D}${sysconfdir}/init.d/lcdd - chmod 0755 ${D}${sysconfdir}/init.d/lcdd - # prevent lcdproc from starting if no SCREENS are set. - # will be fixed in next upstream release - cat scripts/init-lcdproc.debian | sed -e 's/C X//' | sed -e 's/case/[ -n "$SCREENS" ] || exit 0\n\ncase/' | sed -e s'/--oknodo//' > ${D}${sysconfdir}/init.d/lcdproc - chmod 0755 ${D}${sysconfdir}/init.d/lcdproc - - # configuration files - install -D -m 0644 LCDd.conf ${D}${sysconfdir}/LCDd.conf - # don't start lcdproc by default - # will be fixed in next upstream release - cat scripts/lcdproc.conf | sed -e 's/C X//' > ${D}${sysconfdir}/lcdproc.conf - chmod 0644 ${D}${sysconfdir}/lcdproc.conf - - # driver library files - install -d ${D}${libdir}/lcdproc - for i in server/drivers/*.so; do - install -m 0644 $i ${D}${libdir}/lcdproc/ - done -} - |