mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
multimedia/mt-daapd: Updated for version 0.2.4
This commit is contained in:
parent
a5e84350c1
commit
3df0264ebe
4 changed files with 16 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue