[oe] [PATCH 2/3] rlpr: add version 2.06

Eric Bénard eric at eukrea.com
Wed Sep 8 14:01:42 UTC 2010


Signed-off-by: Eric Bénard <eric at 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





More information about the Openembedded-devel mailing list