diff options
author | Chess Griffin <chess@chessgriffin.com> | 2010-05-11 19:46:28 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 19:46:28 +0200 |
commit | 4ee3c549ecf2f2a3563a511e4ba750785feefd80 (patch) | |
tree | 525b8af0db7f5cacb36db08a3bd9e43ad8abb14c /system/graveman | |
parent | facbf9a100097caccf53d26ad4d43baeef91923c (diff) |
system/graveman: Updated for version 0.3.12.5
Diffstat (limited to 'system/graveman')
-rw-r--r-- | system/graveman/README | 8 | ||||
-rw-r--r-- | system/graveman/graveman.SlackBuild | 16 | ||||
-rw-r--r-- | system/graveman/graveman.info | 4 | ||||
-rw-r--r-- | system/graveman/slack-desc | 10 |
4 files changed, 18 insertions, 20 deletions
diff --git a/system/graveman/README b/system/graveman/README index 1d183ba659e0..f537a617ee8e 100644 --- a/system/graveman/README +++ b/system/graveman/README @@ -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. - diff --git a/system/graveman/graveman.SlackBuild b/system/graveman/graveman.SlackBuild index cadc1bbca217..c7df3d3a7055 100644 --- a/system/graveman/graveman.SlackBuild +++ b/system/graveman/graveman.SlackBuild @@ -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 diff --git a/system/graveman/graveman.info b/system/graveman/graveman.info index 974c10bb6aee..98e309fd2878 100644 --- a/system/graveman/graveman.info +++ b/system/graveman/graveman.info @@ -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" diff --git a/system/graveman/slack-desc b/system/graveman/slack-desc index b45b01c8cefa..6b1a39dff4bb 100644 --- a/system/graveman/slack-desc +++ b/system/graveman/slack-desc @@ -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 |