From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../meta-oe/recipes-support/p910nd/p910nd_0.97.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 external/meta-openembedded/meta-oe/recipes-support/p910nd/p910nd_0.97.bb (limited to 'external/meta-openembedded/meta-oe/recipes-support/p910nd/p910nd_0.97.bb') diff --git a/external/meta-openembedded/meta-oe/recipes-support/p910nd/p910nd_0.97.bb b/external/meta-openembedded/meta-oe/recipes-support/p910nd/p910nd_0.97.bb new file mode 100644 index 00000000..45aa0d4a --- /dev/null +++ b/external/meta-openembedded/meta-oe/recipes-support/p910nd/p910nd_0.97.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "A small network printer daemon for embedded situations that passes the job directly to the printer" +HOMEPAGE = "http://p910nd.sourceforge.net/" +SECTION = "console/utils" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" + +PR = "r2" + +SRC_URI = "${SOURCEFORGE_MIRROR}/p910nd/p910nd-${PV}.tar.bz2 \ + file://fix-var-lock.patch" + +SRC_URI[md5sum] = "69461a6c54dca0b13ecad5b83864b43e" +SRC_URI[sha256sum] = "4ac980a3ae24babae6f70f0a692625ece03a4a92c357fbb10d2e368386c3c26f" + +do_compile () { + ${CC} ${LDFLAGS} -o p910nd p910nd.c +} + +do_install () { + install -D -m 0755 ${S}/p910nd ${D}${sbindir}/p910nd + install -D -m 0644 ${S}/p910nd.conf ${D}${sysconfdir}/p910nd.conf +} -- cgit 1.2.3-korg