summaryrefslogtreecommitdiff
path: root/package/gpsd
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-24 07:39:26 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-24 07:39:26 +0200
commit28a71e4840222a19ab07adc11a0c40979e8bdd45 (patch)
tree31f5d22cc7e026445df84521a6d283af32615e78 /package/gpsd
parent279f76a992b3d21ecdc3f8d323dd972690ac9a71 (diff)
add sys/hw section
Diffstat (limited to 'package/gpsd')
-rw-r--r--package/gpsd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/gpsd/Makefile b/package/gpsd/Makefile
index e8d61be97..72a49d7a5 100644
--- a/package/gpsd/Makefile
+++ b/package/gpsd/Makefile
@@ -8,7 +8,7 @@ PKG_VERSION:= 3.10
PKG_RELEASE:= 3
PKG_MD5SUM:= fc5b03aae38b9b5b6880b31924d0ace3
PKG_DESCR:= interface daemon for gps receivers
-PKG_SECTION:= sys/misc
+PKG_SECTION:= sys/hw
PKG_DEPENDS:= libpthread
PKG_BUILDDEP:= scons-host ncurses
PKG_URL:= http://catb.org/gpsd/
@@ -17,7 +17,7 @@ PKG_SITES:= http://download-mirror.savannah.gnu.org/releases/gpsd/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
PKG_SUBPKGS:= GPSD GPSD_CLIENTS
-PKGSD_GPSD_CLIENTS:= GPS client utilities
+PKGSD_GPSD_CLIENTS:= gps client utilities
include ${ADK_TOPDIR}/mk/package.mk