diff options
Diffstat (limited to 'recipes/rlpr')
-rw-r--r-- | recipes/rlpr/rlpr_2.05.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/rlpr/rlpr_2.05.bb b/recipes/rlpr/rlpr_2.05.bb new file mode 100644 index 0000000000..29cf3f3546 --- /dev/null +++ b/recipes/rlpr/rlpr_2.05.bb @@ -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} +} |