system/graveman: Updated for version 0.3.12.5
This commit is contained in:
parent
facbf9a100
commit
4ee3c549ec
|
@ -1,10 +1,6 @@
|
|||
Graveman CD and DVD burning application
|
||||
|
||||
Graveman is a GTK2 front end to cdrecord, mkisofs, readcd, sox,
|
||||
flac, dvd+rw-tools, and cdrdao. Graveman can burn audio cds
|
||||
from ogg, mp3, and flac, and can burn data cds and dvds, copy
|
||||
on the fly, clean rewritable cds and dvds, and duplicate cds.
|
||||
|
||||
This SlackBuild assumes one has installed the following packages from
|
||||
the standard Slackware installation CD's: gtk+, glib, libglade,
|
||||
libid3tag, libmad, libogg, libvorbis, cdrtools, dvd+rw-tools, sox,
|
||||
libflac, cdrdao, and libmng.
|
||||
|
||||
|
|
|
@ -14,15 +14,13 @@
|
|||
# with a new version of Graveman. Thanks to Eric Hameleers
|
||||
# for the fix.
|
||||
|
||||
# Modified by the SlackBuilds.org project
|
||||
|
||||
PRGNAM=graveman
|
||||
SRCVER=0.3.12-5 # this is the developer's source version
|
||||
VERSION=0.3.12.5 # this is local version
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
CWD=`pwd`
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
@ -35,8 +33,8 @@ fi
|
|||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP || exi t1
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
cd $TMP || exit 1
|
||||
rm -rf $PRGNAM-$SRCVER
|
||||
tar -xzvf $CWD/$PRGNAM-$SRCVER.tar.gz || exit 1
|
||||
cd $PRGNAM-$SRCVER || exit 1
|
||||
chown -R root:root .
|
||||
|
@ -53,14 +51,10 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
make || exit 1
|
||||
make install-strip DESTDIR=$PKG || exit 1
|
||||
|
||||
# Fix path to icon in .desktop file
|
||||
sed -i s#'Icon=graveman48.png'#'Icon=/usr/share/pixmaps/graveman48.png'# \
|
||||
$PKG/usr/share/applications/graveman.desktop || exit 1
|
||||
|
||||
if [ -d $PKG/usr/man ]; then
|
||||
( cd $PKG/usr/man
|
||||
find . -type f -exec gzip -9 {} \;
|
||||
for i in `find . -type l` ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
|
||||
)
|
||||
fi
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="graveman"
|
||||
VERSION="0.3.12-5"
|
||||
VERSION="0.3.12.5"
|
||||
HOMEPAGE="http://graveman.tuxfamily.org/"
|
||||
DOWNLOAD="http://graveman.tuxfamily.org/sources/graveman-0.3.12-5.tar.gz"
|
||||
MD5SUM="94183b71f345e405badcdf92ea04dfac"
|
||||
MAINTAINER="Chess Griffin"
|
||||
EMAIL="chess@chessgriffin.com"
|
||||
APPROVED="robw810"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
graveman: Graveman CD and DVD burning application
|
||||
# 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------------------------------------------------------|
|
||||
graveman: Graveman (CD and DVD burning application)
|
||||
graveman:
|
||||
graveman: Graveman is a GTK2 front end to cdrecord, mkisofs, readcd, sox,
|
||||
graveman: flac, dvd+rw-tools, and cdrdao. Graveman can burn audio cds
|
||||
|
|
Loading…
Reference in New Issue