All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Eric Bénard" <eric@eukrea.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 2/3] rlpr: add version 2.06
Date: Wed,  8 Sep 2010 16:01:42 +0200	[thread overview]
Message-ID: <1283954503-25418-2-git-send-email-eric@eukrea.com> (raw)
In-Reply-To: <1283954503-25418-1-git-send-email-eric@eukrea.com>

Signed-off-by: Eric Bénard <eric@eukrea.com>
---
 recipes/rlpr/rlpr_2.06.bb |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)
 create mode 100644 recipes/rlpr/rlpr_2.06.bb

diff --git a/recipes/rlpr/rlpr_2.06.bb b/recipes/rlpr/rlpr_2.06.bb
new file mode 100644
index 0000000..64220ce
--- /dev/null
+++ b/recipes/rlpr/rlpr_2.06.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "rlpr makes it possible to print files on remote sites to your networked printers"
+HOMEPAGE = "http://freshmeat.net/projects/rlpr/"
+SECTION = "console/network"
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "http://linuxfocus.org/~guido/rlpr-2.06.tar.gz"
+SRC_URI[md5sum] = "c3192d0e84ccae432e754640f6003478"
+SRC_URI[sha256sum] = "32ae5893f4b9250b7a02c98a41b5929cfdd5731b6efbd7edfc77c2c5314388f7"
+
+inherit autotools
+
+do_configure() {
+        oe_runconf
+}
+do_install() {
+        make install DESTDIR=${D}
+}
+
+TARGET_CC_ARCH += " ${LDFLAGS}"
-- 
1.6.3.3




  reply	other threads:[~2010-09-08 14:03 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-08 14:01 [PATCH 1/3] rlpr 2.05: unbreak recipe Eric Bénard
2010-09-08 14:01 ` Eric Bénard [this message]
2010-09-08 14:01   ` [PATCH 3/3] rlpr: remove version 2.05 Eric Bénard
2010-09-08 14:54     ` Frans Meulenbroeks
2010-09-08 15:18       ` [PATCH v2 1/2] rlpr 2.05: unbreak recipe Eric Bénard
2010-09-08 15:18         ` [PATCH v2 2/2] rlpr: upgrade to version 2.06 Eric Bénard
2010-09-08 17:36           ` Khem Raj
2010-09-08 17:42             ` Frans Meulenbroeks
2010-09-08 17:37 ` [PATCH 1/3] rlpr 2.05: unbreak recipe Khem Raj
2010-09-08 17:44   ` Frans Meulenbroeks

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1283954503-25418-2-git-send-email-eric@eukrea.com \
    --to=eric@eukrea.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.