From 201933c6707b8ad323fc2ebd178b095ce8856908 Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Tue, 11 May 2010 19:46:30 +0200 Subject: system/isomaster: Updated for version 1.3.1 --- system/isomaster/isomaster.SlackBuild | 13 +++++++++---- system/isomaster/isomaster.info | 8 ++++---- system/isomaster/slack-desc | 10 +++++++++- 3 files changed, 22 insertions(+), 9 deletions(-) (limited to 'system') diff --git a/system/isomaster/isomaster.SlackBuild b/system/isomaster/isomaster.SlackBuild index 121b117092..901ce17b73 100644 --- a/system/isomaster/isomaster.SlackBuild +++ b/system/isomaster/isomaster.SlackBuild @@ -4,11 +4,12 @@ # Written by Erik Hanson erik@slackbuilds.org PRGNAM=isomaster -VERSION=0.8.1 +VERSION=1.3.1 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=`pwd` + +CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} @@ -33,11 +34,15 @@ patch -p0 < $CWD/Makefile.patch || exit 1 CFLAGS="$SLKCFLAGS" make || exit 1 make install DESTDIR=$PKG || exit 1 strip --strip-unneeded $PKG/usr/bin/* + gzip -9 $PKG/usr/man/man?/* -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION $PKG/install -cp -a CHANGELOG.TXT CREDITS.TXT LICENCE.TXT README.TXT TODO.TXT $PKG/usr/doc/$PRGNAM-$VERSION +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a CHANGELOG.TXT CREDITS.TXT LICENCE.TXT README.TXT TODO.TXT \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + +mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh diff --git a/system/isomaster/isomaster.info b/system/isomaster/isomaster.info index 5206db56ac..10ba4cbaaf 100644 --- a/system/isomaster/isomaster.info +++ b/system/isomaster/isomaster.info @@ -1,8 +1,8 @@ PRGNAM="isomaster" -VERSION="0.8.1" +VERSION="1.3.1" HOMEPAGE="http://littlesvr.ca/isomaster/index.php" -DOWNLOAD="http://littlesvr.ca/isomaster/releases/isomaster-0.8.1.tar.bz2" -MD5SUM="32066d9358f7f2601c3dc5344687f572" +DOWNLOAD="http://littlesvr.ca/isomaster/releases/isomaster-1.3.1.tar.bz2" +MD5SUM="e86102919105662063ac294befe18472" MAINTAINER="Erik Hanson" EMAIL="erik@slackbuilds.org" -APPROVED="BP{k}" +APPROVED="David Somero" diff --git a/system/isomaster/slack-desc b/system/isomaster/slack-desc index 9bf9ecfca4..be5a0830cc 100644 --- a/system/isomaster/slack-desc +++ b/system/isomaster/slack-desc @@ -1,4 +1,12 @@ -isomaster: ISO Master - an easy to use, graphical CD image editor. +# 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----------------------------------------------------| +isomaster: ISO Master (easy to use, graphical CD image editor) isomaster: isomaster: ISO Master is an open-source, easy to use, graphical CD image isomaster: editor for Linux and BSD. Basically you can use this program to -- cgit v1.2.3