Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / rlpr / rlpr_2.05.oe
index e69de29..29cf3f3 100644 (file)
@@ -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}
+}