diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-06-29 23:21:52 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-06-29 23:21:52 +0000 |
commit | 93d19714f8efa8413b63070f1c8a1e0ee5266131 (patch) | |
tree | 6c954f87ddb0d396882b78dff7d7e5d8bc59efd3 /packages/uucp/uucp_1.07.bb | |
parent | 4674b880ed6fad924653543ee16d6c55ec31c402 (diff) | |
parent | eb71ae6bd2cecdcd19127066387676a56331b32d (diff) |
merge of '57fa0ccbbdbca8c188108e3c4fbde4702976f3c6'
and 'b29b99ceeb63af04c2736ab8176705046dc326c0'
Diffstat (limited to 'packages/uucp/uucp_1.07.bb')
-rw-r--r-- | packages/uucp/uucp_1.07.bb | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/packages/uucp/uucp_1.07.bb b/packages/uucp/uucp_1.07.bb index 7247ecbabe..ddc16d94f2 100644 --- a/packages/uucp/uucp_1.07.bb +++ b/packages/uucp/uucp_1.07.bb @@ -1,11 +1,13 @@ 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." +HOMEPAGE = "http://www.airs.com/ian/uucp.html" +SECTION = "console/utils" LICENSE = "GPLv2" -SECTION = "console" -PR = "r1" +PR = "r2" inherit autotools -SRC_URI = "http://ftp.debian.org/debian/pool/main/u/uucp/uucp_1.07.orig.tar.gz" +SRC_URI = "ftp://ftp.gnu.org/pub/gnu/uucp/uucp-${PV}.tar.gz \ + file://policy.patch;patch=1" do_configure() { libtoolize --force @@ -13,8 +15,8 @@ do_configure() { } do_install_append() { - fakeroot install -d -g uucp -o uucp ${D}/usr/spool/uucp + fakeroot install -d -g uucp -o uucp ${D}/var/spool/uucp } PACKAGES =+ "cu" -FILES_cu = "${bindir}/cu /usr/spool" +FILES_cu = "${bindir}/cu /var/spool" |