help2man: fix drag in of target perl for the native package
[openembedded.git] / recipes / lcd4linux / lcd4linux_0.10.0.bb
blobecb64b43d3d4e67a210b9aafb28d84300a356eb8
1 DESCRIPTION = "LCD4Linux is a small program that grabs information from the kernel and some subsystems and displays it on an external liquid crystal display."
2 LICENSE = "GPLv2"
4 DEPENDS = "virtual/libusb0 ncurses readline virtual/libx11"
6 PV = "0.10.0+0.10.1-RC2"
7 PR = "r5"
9 SRC_URI = "http://ssl.bulix.org/projects/lcd4linux/raw-attachment/wiki/Download/lcd4linux-0.10.1-RC2.tar.gz \
10 file://libusb-compat.diff \
11 file://lcd4linux.init"
13 S = "${WORKDIR}/lcd4linux-0.10.1-RC2"
16 inherit autotools update-rc.d
18 INITSCRIPT_NAME = "lcd4linux"
19 CONFFILES_${PN} += "${sysconfdir}/lcd4linux.conf"
21 do_install_append() {
22 install -d ${D}/${sysconfdir}
23 install -m 0600 ${S}/lcd4linux.conf.sample ${D}/${sysconfdir}/lcd4linux.conf
24 install -d ${D}/${INIT_D_DIR}
25 install -m 0755 ${WORKDIR}/lcd4linux.init ${D}/${INIT_D_DIR}/lcd4linux
29 SRC_URI[md5sum] = "a64c40feb74862cb4a91281bc7737f72"
30 SRC_URI[sha256sum] = "9e69ded08dc9a8c75f36a3c020e7aa96b90313d91b2f58add6d4dfff1f8861b0"