mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
audio/mpd: Moved from multimedia
This commit is contained in:
parent
2157c6dac7
commit
4a3d9da5c5
6 changed files with 13 additions and 17 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for mpd
|
||||
|
||||
# Copyright 2008 Andrew Brouwers <abrouwers@gmail.com>
|
||||
# Copyright 2008 Andrew Brouwers <abrouwers@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mpd
|
||||
VERSION=0.13.1
|
||||
VERSION=0.13.2
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG=_SBo}
|
||||
|
@ -68,15 +68,11 @@ make install-strip DESTDIR=$PKG || exit 1
|
|||
# Use sample config, without overwriting
|
||||
install -D -m 644 doc/mpdconf.example $PKG/etc/mpd.conf.new
|
||||
|
||||
if [ -d $PKG/usr/man ]; then
|
||||
gzip -9 $PKG/usr/man/man?/*
|
||||
fi
|
||||
gzip -9 $PKG/usr/man/man?/*
|
||||
|
||||
# Docs
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
||||
# Some docs are installed by the source, but we'll need to move them
|
||||
cp -a AUTHORS COPYING INSTALL ChangeLog $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
mv $PKG/usr/share/doc/mpd/* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
rm -rf $PKG/usr/share
|
||||
|
||||
mkdir -p $PKG/install
|
8
audio/mpd/mpd.info
Normal file
8
audio/mpd/mpd.info
Normal file
|
@ -0,0 +1,8 @@
|
|||
PRGNAM="mpd"
|
||||
VERSION="0.13.2"
|
||||
HOMEPAGE="http://www.musicpd.org/"
|
||||
DOWNLOAD="http://musicpd.org/uploads/files/mpd-0.13.2.tar.gz"
|
||||
MD5SUM="33d0c7b08e2c9e2a6ad55703cb0d18d0"
|
||||
MAINTAINER="Andrew Brouwers"
|
||||
EMAIL="abrouwers@gmail.com"
|
||||
APPROVED="Michiel"
|
|
@ -1,8 +0,0 @@
|
|||
PRGNAM="mpd"
|
||||
VERSION="0.13.1"
|
||||
HOMEPAGE="http://www.musicpd.org/"
|
||||
DOWNLOAD="http://musicpd.org/uploads/files/mpd-0.13.1.tar.gz"
|
||||
MD5SUM="3079a76b7ce048d89e2f644b578cd4fe"
|
||||
MAINTAINER="Andrew Brouwers"
|
||||
EMAIL="abrouwers@gmail.com"
|
||||
APPROVED="rworkman"
|
Loading…
Reference in a new issue