diff options
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" |