blob: 948f251e7099b4844a4a00603c950544e18a7de7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "UUCP is used to transfer mail, news and random files between systems which are not connected by more modern networks. The communication can be made via modems, direct (hard-wired) serial connections or via an IP connection."
LICENSE = "GPLv2"
SECTION = "console"
inherit autotools
SRC_URI = "http://ftp.debian.org/debian/pool/main/u/uucp/uucp_1.07.orig.tar.gz"
do_configure() {
libtoolize --force
oe_runconf
}
PACKAGES =+ "cu"
FILES_cu = "${bindir}/cu"
|