add a MESSAGE about starting scmpc at boot time, and s/Audioscrobbler/Last.fm/

in DESCR while here, to match reality
This commit is contained in:
jasper 2007-07-17 15:36:39 +00:00
parent 6c6fdde06b
commit 18213b0dea
3 changed files with 11 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2007/06/22 15:45:17 msf Exp $
# $OpenBSD: Makefile,v 1.5 2007/07/17 15:36:39 jasper Exp $
COMMENT= "client for MPD to submit tracks to Audioscrobbler"
COMMENT= client for MPD to submit tracks to Last.fm
CATEGORIES= audio
DISTNAME= scmpc-0.2.2
PKGNAME= ${DISTNAME}p1
PKGNAME= ${DISTNAME}p2
HOMEPAGE= http://scmpc.berlios.de/

View File

@ -1 +1 @@
scmpc is a client for MPD which submits your tracks to Audioscrobbler.
scmpc is a client for MPD which submits your tracks to Last.fm.

7
audio/scmpc/pkg/MESSAGE Normal file
View File

@ -0,0 +1,7 @@
A sample configuration file has been installed to
${SYSCONFDIR}/scmpc/scmpc.conf. To start scmpc at boot time, add the
following to ${SYSCONFDIR}/rc.local:
if [ -x ${PREFIX}/bin/scmpc ]; then
echo -n ' scmpc'; ${PREFIX}/bin/scmpc
fi