summaryrefslogtreecommitdiff
path: root/rlpr/rlpr_2.05.oe
diff options
context:
space:
mode:
Diffstat (limited to 'rlpr/rlpr_2.05.oe')
-rw-r--r--rlpr/rlpr_2.05.oe15
1 files changed, 15 insertions, 0 deletions
diff --git a/rlpr/rlpr_2.05.oe b/rlpr/rlpr_2.05.oe
index e69de29bb2..29cf3f3546 100644
--- a/rlpr/rlpr_2.05.oe
+++ b/rlpr/rlpr_2.05.oe
@@ -0,0 +1,15 @@
+SECTION = "console/network"
+DESCRIPTION = "rlpr makes it possible to print files on remote sites to your networked printers"
+HOMEPAGE = "http://truffula.com/rlpr/"
+LICENSE = "GPL"
+SRC_URI = "ftp://www.truffula.com/pub/rlpr-2.05.tar.gz"
+
+inherit autotools
+
+do_configure() {
+ oe_runconf
+}
+
+do_install() {
+ make install DESTDIR=${D}
+}