From patchwork Mon May 9 19:16:51 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,v4,06/12] p910nd: add version 0.95 Date: Mon, 09 May 2011 19:16:51 -0000 From: Otavio Salvador X-Patchwork-Id: 3515 Message-Id: <1304968617-4949-6-git-send-email-otavio@ossystems.com.br> To: openembedded-devel@lists.openembedded.org Cc: Otavio Salvador Signed-off-by: Otavio Salvador --- meta-oe/recipes-support/p910nd/p910nd_0.95.bb | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) create mode 100644 meta-oe/recipes-support/p910nd/p910nd_0.95.bb diff --git a/meta-oe/recipes-support/p910nd/p910nd_0.95.bb b/meta-oe/recipes-support/p910nd/p910nd_0.95.bb new file mode 100644 index 0000000..5ded564 --- /dev/null +++ b/meta-oe/recipes-support/p910nd/p910nd_0.95.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 = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/p910nd/p910nd-${PV}.tar.bz2" + +SRC_URI[md5sum] = "c7ac6afdf7730ac8387a8e87198d4491" +SRC_URI[sha256sum] = "7d78642c86dc247fbdef1ff85c56629dcdc6b2a457c786420299e284fffcb029" + +do_compile () { + ${CC} ${CFLAGS} ${LDFLAGS} -o p910nd p910nd.c +} + +# The avahi stuff makes it work with bonjour printing +do_install () { + install -D -m 0755 ${S}/p910nd ${D}${sbindir}/p910nd + install -D -m 0644 ${S}/p910nd.conf ${D}${sysconfdir}/p910nd.conf +}