audio/eyeD3: Updated for version 0.6.14

This commit is contained in:
Andrew Lindberg 2010-05-13 00:21:00 +02:00 committed by Robby Workman
parent 7fa43475a0
commit e01394e741
3 changed files with 18 additions and 13 deletions

View File

@ -30,17 +30,20 @@ VERSION=0.6.14
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP || exit 1
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1
cd $PRGNAM-$VERSION || exit 1
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
@ -48,14 +51,14 @@ chmod -R u+w,go+r-w,a-s .
# --docdir is ignored by the build process, but we'll leave it here anyway
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
|| exit 1
--docdir=/usr/doc/$PRGNAM-$VERSION
make || exit 1
make DESTDIR=$PKG install || exit 1
make
make DESTDIR=$PKG install
# and the automake does everything neatly for docs and man pages, et al
# just need the slack-specific files
@ -70,4 +73,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View File

@ -2,7 +2,9 @@ PRGNAM="eyeD3"
VERSION="0.6.14"
HOMEPAGE="http://eyed3.nicfit.net/"
DOWNLOAD="http://eyed3.nicfit.net/releases/eyeD3-0.6.14.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="c4f81b3cbb72993244f27ab740abbccc"
MD5SUM_x86_64=""
MAINTAINER="Andrew Lindberg"
EMAIL="hackedhead@gmail.com"
APPROVED="rworkman"

View File

@ -7,13 +7,13 @@
|-----handy-ruler------------------------------------------------------|
eyeD3: eyeD3 (Python module and program for processing ID3 tags)
eyeD3:
eyeD3:
eyeD3: eyeD3 is a Python module and program for processing ID3 tags.
eyeD3: Information about mp3 files (i.e bit rate, sample frequency,
eyeD3: play time, etc.) is also provided. The formats supported are
eyeD3: ID3 v1.0/v1.1 and v2.3/v2.4.
eyeD3:
eyeD3:
eyeD3: http://eyed3.nicfit.net/
eyeD3:
eyeD3:
eyeD3:
eyeD3:
eyeD3:
eyeD3: