diff options
author | Andrew Brouwers <abrouwers@gmail.com> | 2010-05-11 19:45:41 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 19:45:41 +0200 |
commit | 3df0264ebe42b2ff58f105b9d293f31f24b4b596 (patch) | |
tree | 3831f6b5bb46335af6790f86e9dff4cabe558a5e /multimedia | |
parent | a5e84350c101edca0c499c3dc7b1ef7f049a1980 (diff) | |
download | slackbuilds-3df0264ebe42b2ff58f105b9d293f31f24b4b596.tar.gz |
multimedia/mt-daapd: Updated for version 0.2.4
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mt-daapd/README | 1 | ||||
-rw-r--r-- | multimedia/mt-daapd/mt-daapd.SlackBuild | 4 | ||||
-rw-r--r-- | multimedia/mt-daapd/mt-daapd.info | 2 | ||||
-rw-r--r-- | multimedia/mt-daapd/slack-desc | 14 |
4 files changed, 16 insertions, 5 deletions
diff --git a/multimedia/mt-daapd/README b/multimedia/mt-daapd/README index 935c8ffef1..8c560bb90a 100644 --- a/multimedia/mt-daapd/README +++ b/multimedia/mt-daapd/README @@ -19,4 +19,3 @@ reboot; if so, add the following to /etc/rc.d/rc.local_shutdown: if [ -x /etc/rc.d/rc.mt-daapd ]; then /etc/rc.d/rc.mt-daapd stop fi - diff --git a/multimedia/mt-daapd/mt-daapd.SlackBuild b/multimedia/mt-daapd/mt-daapd.SlackBuild index 35ec45650b..e068b0e9bf 100644 --- a/multimedia/mt-daapd/mt-daapd.SlackBuild +++ b/multimedia/mt-daapd/mt-daapd.SlackBuild @@ -29,7 +29,7 @@ VERSION=0.2.4 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=`pwd` +CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} @@ -61,7 +61,7 @@ make install-strip DESTDIR=$PKG || exit 1 # Install init script for mt-daapd install -D -m 0755 $CWD/rc.mt-daapd $PKG/etc/rc.d/rc.mt-daapd.new || exit 1 -# Config file - default is good, but don't overwrite an existing +# Config file - default is good, but don't overwrite an existing one install -D -m 0644 contrib/mt-daapd.conf $PKG/etc/mt-daapd.conf.new || exit 1 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/multimedia/mt-daapd/mt-daapd.info b/multimedia/mt-daapd/mt-daapd.info index 6cbede45a8..2992e2b807 100644 --- a/multimedia/mt-daapd/mt-daapd.info +++ b/multimedia/mt-daapd/mt-daapd.info @@ -5,4 +5,4 @@ DOWNLOAD="http://dl.sourceforge.net/mt-daapd/mt-daapd-0.2.4.tar.gz" MD5SUM="2e1cdbe6b94ef153e915806f80a28dca" MAINTAINER="Andrew Brouwers" EMAIL="abrouwers@gmail.com" -APPROVED="robw810" +APPROVED="rworkman" diff --git a/multimedia/mt-daapd/slack-desc b/multimedia/mt-daapd/slack-desc index f3123190c9..6c782bf88f 100644 --- a/multimedia/mt-daapd/slack-desc +++ b/multimedia/mt-daapd/slack-desc @@ -1,7 +1,19 @@ -mt-daapd: mt-daapd - an iTunes server for POSIX systems. +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +mt-daapd: mt-daapd (iTunes server for POSIX systems) mt-daapd: mt-daapd: mt-daapd is a program which acts as an iTunes (DAAP) server for mt-daapd: linux and other POSIX unixes. mt-daapd: mt-daapd: mt-daapd: +mt-daapd: +mt-daapd: +mt-daapd: +mt-daapd: |