graphics/xmedcon: Updated for version 0.14.1.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Marek Srejma 2016-08-25 10:46:41 +01:00 committed by David Spencer
parent 54e884c108
commit 6c12bc87a3
4 changed files with 18 additions and 15 deletions

View file

@ -1,2 +1,4 @@
a medical image conversion utility & library; hereby hoping to lower at least
(X)MedCon (Medical Image Conversion)
A medical image conversion utility & library; hereby hoping to lower at least
one barrier in medical research projects.

View file

@ -7,13 +7,13 @@
|-----handy-ruler------------------------------------------------------|
xmedcon: (X)MedCon (Medical Image Conversion)
xmedcon:
xmedcon:
xmedcon: a medical image conversion utility & library; hereby hoping to lower
xmedcon: at least one barrier in medical research projects.
xmedcon:
xmedcon:
xmedcon:
xmedcon:
xmedcon: http://xmedcon.sourceforge.net/
xmedcon:
xmedcon:
xmedcon:
xmedcon:
xmedcon:
xmedcon:
xmedcon:
xmedcon:

View file

@ -2,7 +2,7 @@
#
# Slackware build script for (X)MedCon
#
# Copyright 2013 Marek Srejma (sam_web@yahoo.de)
# Copyright 2016 Marek Srejma (sam_web@yahoo.de)
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xmedcon
VERSION=${VERSION:-0.13.0}
VERSION=${VERSION:-0.14.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@ -90,6 +90,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mv $PKG/usr/etc $PKG/
mv $PKG/etc/xmedconrc $PKG/etc/xmedconrc.new
mkdir -p $PKG/usr/share/pixmaps

View file

@ -1,9 +1,9 @@
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Type=Application
Name=(X)MedCon
GenericName=Medical Image Conversion
Comment=Medical Image Conversion
Exec=xmedcon
Icon=xmedcon.png
Categories=Graphics;
Categories=Graphics;Utility;