audio/kradio: Updated info.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
crocket 2011-06-23 21:31:50 -04:00 committed by Niels Horn
parent 3712609789
commit 3275c4875e
3 changed files with 6 additions and 5 deletions

View file

@ -3,3 +3,4 @@ KRadio is a comfortable KDE4/Linux internet and AM/FM radio application.
This requires ffmpeg and libmms. Lame and lirc are optional.
You need to configure ALSA correctly for this to work.

View file

@ -2,12 +2,12 @@
# Slackware build script for kradio
# Written by crocket (crockabiscuit@yahoo.com)
# Written by crocket (crockabiscuit@gmail.com)
PRGNAM=kradio
SRCNAM=kradio4
VERSION=${VERSION:-4.0.2}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -61,7 +61,7 @@ cd build
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
-DCMAKE_BUILD_TYPE=Release ..
make
make
make install DESTDIR=$PKG
cd ..

View file

@ -6,5 +6,5 @@ MD5SUM="18fea3e2bc7100882075187c6a89f7bd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="crocket"
EMAIL="crockabiscuit@yahoo.com"
APPROVED="Niels Horn"
EMAIL="crockabiscuit@gmail.com"
APPROVED="dsomero"