blob: 29cf3f354610de5af919b2f9f8c0b912b6b96f3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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}
}
|