stevesk@ pointed out that gpsctl was in the wrong package (-python). fix.

while i'm here, also actually ship the libgpsd pkgconfig file.
This commit is contained in:
ckuethe 2008-04-16 06:53:35 +00:00
parent 7203fdc58b
commit 72909f04a2
3 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2008/04/13 21:24:07 kili Exp $
# $OpenBSD: Makefile,v 1.23 2008/04/16 06:53:35 ckuethe Exp $
COMMENT-main= service daemon that monitors one or more GPSes
COMMENT-motif= motif-based test apps using gpsd
@ -7,10 +7,10 @@ COMMENT-python= python bindings for gpsd
VERSION= 2.37
DISTNAME= gpsd-${VERSION}
PKGNAME-main= gpsd-${VERSION}
PKGNAME-main= gpsd-${VERSION}p0
PKGNAME-motif= gpsd-motif-${VERSION}
PKGNAME-php= gpsd-php-${VERSION}
PKGNAME-python= gpsd-python-${VERSION}
PKGNAME-python= gpsd-python-${VERSION}p0
SHARED_LIBS= gps 17.0
CATEGORIES= misc geo

View File

@ -1,8 +1,9 @@
@comment $OpenBSD: PLIST-main,v 1.4 2008/01/22 11:43:38 espie Exp $
@comment $OpenBSD: PLIST-main,v 1.5 2008/04/16 06:53:35 ckuethe Exp $
@newuser _gpsd:551:dialer::GPS server:/nonexistent:/sbin/nologin
%%SHARED%%
bin/cgps
bin/cgpxlogger
bin/gpsctl
bin/gpsflash
bin/gpspipe
bin/rtcmdecode
@ -15,11 +16,12 @@ lib/libgps.a
lib/libgps.la
lib/pkgconfig/
lib/pkgconfig/libgps.pc
@comment lib/pkgconfig/libgpsd.pc
lib/pkgconfig/libgpsd.pc
@man man/man1/cgps.1
@man man/man1/cgpxlogger.1
@man man/man1/gps.1
@man man/man1/gpsflash.1
@man man/man1/gpscat.1
@man man/man1/gpspipe.1
@man man/man1/rtcmdecode.1
@man man/man1/sirfmon.1

View File

@ -1,6 +1,5 @@
@comment $OpenBSD: PLIST-python,v 1.1 2007/02/08 23:03:38 ckuethe Exp $
@comment $OpenBSD: PLIST-python,v 1.2 2008/04/16 06:53:35 ckuethe Exp $
bin/gpscat
bin/gpsctl
bin/gpsfake
bin/gpsprof
lib/python${MODPY_VERSION}/
@ -11,7 +10,6 @@ lib/python${MODPY_VERSION}/site-packages/gps.pyo
lib/python${MODPY_VERSION}/site-packages/gpsfake.py
lib/python${MODPY_VERSION}/site-packages/gpsfake.pyc
lib/python${MODPY_VERSION}/site-packages/gpsfake.pyo
@man man/man1/gpscat.1
@man man/man1/gpsctl.1
@man man/man1/gpsfake.1
@man man/man1/gpsprof.1