audio/gmpc: Added to 12.1 repository

This commit is contained in:
Erik Hanson 2010-05-11 22:53:08 +02:00 committed by David Somero
parent b727933517
commit 97538d8e35
5 changed files with 87 additions and 0 deletions

5
audio/gmpc/README Normal file
View File

@ -0,0 +1,5 @@
GMPC is a frontend for the mpd (Music Player Daemon). It's focused on
being fast and easy to use, while making optimal use of all the
functions in mpd.
Requires libmpd and intltool, available at SlackBuilds.org

3
audio/gmpc/doinst.sh Normal file
View File

@ -0,0 +1,3 @@
if [ -x /usr/bin/update-desktop-database ]; then
./usr/bin/update-desktop-database -q usr/share/applications
fi

View File

@ -0,0 +1,60 @@
#!/bin/sh
# Slackware build script for GMPC
# Written by Erik Hanson erik@slackbuilds.org
set -eu
PRGNAM=gmpc
VERSION=${VERSION:-0.15.5.0}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
fi
rm -rf $PKG
mkdir -p $TMP $PKG
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var/lib \
--mandir=/usr/man \
--disable-static \
--enable-configdir \
--enable-artist-browser
make
make install-strip DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION $PKG/install
cp -a AUTHORS COPYING ChangeLog NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz

8
audio/gmpc/gmpc.info Normal file
View File

@ -0,0 +1,8 @@
PRGNAM="gmpc"
VERSION="0.15.5.0"
HOMEPAGE="http://sarine.nl/gmpc"
DOWNLOAD="http://slackbuilds.org/sources/12.1//gmpc-0.15.5.0.tar.gz"
MD5SUM="8d04d8f1bad663d037b107d1845d62e6"
MAINTAINER="Erik Hanson"
EMAIL="erik@slackbuilds.org"
APPROVED="David Somero"

11
audio/gmpc/slack-desc Normal file
View File

@ -0,0 +1,11 @@
gmpc: GMPC (a frontend for the mpd)
gmpc:
gmpc: GMPC is a frontend for the mpd (Music Player Daemon). It's focused on
gmpc: being fast and easy to use, while making optimal use of all the
gmpc: functions in mpd.
gmpc:
gmpc:
gmpc:
gmpc:
gmpc: http://sarine.nl/gmpc
gmpc: