uucp: add 1.07
authorKoen Kooi <koen@openembedded.org>
Fri, 20 Oct 2006 13:25:48 +0000 (13:25 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 20 Oct 2006 13:25:48 +0000 (13:25 +0000)
* something is funky with autotools, so we manually run libtool and configure

packages/uucp/.mtn2git_empty [new file with mode: 0644]
packages/uucp/uucp_1.07.bb [new file with mode: 0644]

diff --git a/packages/uucp/.mtn2git_empty b/packages/uucp/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/uucp/uucp_1.07.bb b/packages/uucp/uucp_1.07.bb
new file mode 100644 (file)
index 0000000..948f251
--- /dev/null
@@ -0,0 +1,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"