[oe-commits] org.oe.dev uucp: add 1.07

koen commit openembedded-commits at lists.openembedded.org
Fri Oct 20 13:34:45 UTC 2006


uucp: add 1.07
* something is funky with autotools, so we manually run libtool and configure

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: dba1e4018db64c32316818d23e5f4213766682ea
ViewMTN: http://monotone.openembedded.org/revision.psp?id=dba1e4018db64c32316818d23e5f4213766682ea
Files:
1
packages/uucp
packages/uucp/uucp_1.07.bb
Diffs:

#
# mt diff -rc95fcb754b36b303911ae8d238ace49564df083e -rdba1e4018db64c32316818d23e5f4213766682ea
#
# 
# 
# add_dir "packages/uucp"
# 
# add_file "packages/uucp/uucp_1.07.bb"
#  content [39c01197c28adf080c75f91f848a9fbb7785083b]
# 
============================================================
--- packages/uucp/uucp_1.07.bb	39c01197c28adf080c75f91f848a9fbb7785083b
+++ packages/uucp/uucp_1.07.bb	39c01197c28adf080c75f91f848a9fbb7785083b
@@ -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"






More information about the Openembedded-commits mailing list