summaryrefslogtreecommitdiff
path: root/packages/uucp
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-10-20 19:07:38 +0000
committerMichael Lauer <mickey@vanille-media.de>2006-10-20 19:07:38 +0000
commitea8318f04decd1f08054633d7110a1a1e4874726 (patch)
tree9922d0234921ba996d02718caf06493555c4ec0d /packages/uucp
parent35b7a1f17b7dddb69d3fee86040c811376cdfea3 (diff)
parent3c38e235695be35e780db6da7b4817c894d84f90 (diff)
merge of '1f09cd3a225e9cc6002c73f2660f6619f10f9e59'
and '8c1fecdaef7355feda28b9b87ce84a94e1698804'
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"