aboutsummaryrefslogtreecommitdiffstats
path: root/packages/uucp
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-10-20 13:25:48 +0000
committerKoen Kooi <koen@openembedded.org>2006-10-20 13:25:48 +0000
commit5bb1455fda8caed31d997a6e75bd508c14f91c77 (patch)
treeb38749e9520d31e7da363ae4ca24b81fd0b33b53 /packages/uucp
parenta1e0f23576174cb4134b28deb3f2eca47bb86bb8 (diff)
downloadopenembedded-5bb1455fda8caed31d997a6e75bd508c14f91c77.tar.gz
uucp: add 1.07
* something is funky with autotools, so we manually run libtool and configure
Diffstat (limited to 'packages/uucp')
-rw-r--r--packages/uucp/.mtn2git_empty0
-rw-r--r--packages/uucp/uucp_1.07.bb16
2 files changed, 16 insertions, 0 deletions
diff --git a/packages/uucp/.mtn2git_empty b/packages/uucp/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/uucp/.mtn2git_empty
diff --git a/packages/uucp/uucp_1.07.bb b/packages/uucp/uucp_1.07.bb
new file mode 100644
index 0000000000..948f251e70
--- /dev/null
+++ b/packages/uucp/uucp_1.07.bb
@@ -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"