multimedia/bombono-dvd: Updated for version 1.0.1.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Giovanne Castro 2011-03-02 19:43:08 -03:00 committed by Niels Horn
parent e04e33312a
commit de56f66f22
2 changed files with 6 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for bombono-dvd # Slackware build script for bombono-dvd
# Copyright 2010 by Giovanne Castro, Campinas, Sao Paulo, Brazil <giovannefc@ig.com.br> # Copyright 2011 by Giovanne Castro, Campinas, Sao Paulo, Brazil <giovannefc@ig.com.br>
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=bombono-dvd PRGNAM=bombono-dvd
VERSION=${VERSION:-1.0.0} VERSION=${VERSION:-1.0.1}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -88,6 +88,7 @@ scons \
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
# Copy documentation
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \ cp -a \
COPYING README \ COPYING README \

View file

@ -1,8 +1,8 @@
PRGNAM="bombono-dvd" PRGNAM="bombono-dvd"
VERSION="1.0.0" VERSION="1.0.1"
HOMEPAGE="http://www.bombono.org/" HOMEPAGE="http://www.bombono.org/"
DOWNLOAD="http://downloads.sourceforge.net/project/bombono/bombono-dvd/1.0/bombono-dvd-1.0.0.tar.bz2" DOWNLOAD="http://downloads.sourceforge.net/project/bombono/bombono-dvd/1.0/bombono-dvd-1.0.1.tar.bz2"
MD5SUM="262c87d04bd1155a070e60be133d96b6" MD5SUM="a6a8952b4d66cf7c376e29aebf923083"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
MAINTAINER="Giovanne Castro" MAINTAINER="Giovanne Castro"