summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-10-01 18:26:31 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-10-01 18:26:31 -0400
commit282122c022d42765b491a11ced84b1749469c726 (patch)
tree9073a8a76bfd266aa7b23590ae24ab2aa644e6bd /packaging
parenta98e65e54178c39d6b15d64f87c9c560149bbac5 (diff)
downloadgpsd-282122c022d42765b491a11ced84b1749469c726.tar.gz
Factor out or remove URLs. No code changes yet except in gpsd.php (now .in).
This was the easy part. Remaining removals will require more decisions.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/gpsd.ebuild31
-rw-r--r--packaging/rpm/gpsd.spec.in4
2 files changed, 2 insertions, 33 deletions
diff --git a/packaging/gpsd.ebuild b/packaging/gpsd.ebuild
deleted file mode 100644
index a2d1cc69..00000000
--- a/packaging/gpsd.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2005 Amaury Jacquot
-# Author: Amaury Jacquot <sxpert@esitcom.org>
-#
-# WARNING: This is out of date! GPSD uses an scons build now.
-
-DESCRIPTION="gpsd is a daemon that listens to a GPS or Loran receiver and
-translates the positional data into a simplified format that can be more easily
-used by other programs like chart plotters. The package comes with a sample
-client that plots the location of the currently visible GPS satellites (if
-available) and a speedometer. It can also use DGPS/ip, and run as a DGPS/ip
-server, and, if the PPS signal is available, be used for NTP synchronization"
-HOMEPAGE="http://gpsd.berlios.de"
-SRC_URI="http://download.berlios.de/gpsd/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="x86 ppc sparc amd64 alpha"
-
-IUSE="motif"
-DEPEND="motif? (=x11-libs/openmotif)"
-
-src_compile() {
- econf \
- $(use_with motif x) \
- || die "econf failed"
- emake || die "compile failed"
-}
-
-src_install() {
- make DESTDIR=${D} install
-}
diff --git a/packaging/rpm/gpsd.spec.in b/packaging/rpm/gpsd.spec.in
index adcce08b..5dc72404 100644
--- a/packaging/rpm/gpsd.spec.in
+++ b/packaging/rpm/gpsd.spec.in
@@ -7,8 +7,8 @@ Summary: Service daemon for mediating access to a GPS
Group: System Environment/Daemons
License: BSD
-URL: http://developer.berlios.de/projects/gpsd/
-Source0: http://download.berlios.de/gpsd/%{name}-%{version}.tar.gz
+URL: @MAINPAGE@
+Source0: @DOWNLOAD@/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: bluez-libs-devel