aboutsummaryrefslogtreecommitdiffstats
path: root/rlpr
diff options
context:
space:
mode:
Diffstat (limited to 'rlpr')
-rw-r--r--rlpr/rlpr_2.05.bb0
-rw-r--r--rlpr/rlpr_2.05.oe15
2 files changed, 0 insertions, 15 deletions
diff --git a/rlpr/rlpr_2.05.bb b/rlpr/rlpr_2.05.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/rlpr/rlpr_2.05.bb
diff --git a/rlpr/rlpr_2.05.oe b/rlpr/rlpr_2.05.oe
deleted file mode 100644
index 29cf3f3546..0000000000
--- a/rlpr/rlpr_2.05.oe
+++ /dev/null
@@ -1,15 +0,0 @@
-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}
-}