academic/xcircuit: Updated for version 3.7.13.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
B. Jogai 2010-12-12 12:15:52 -06:00 committed by Robby Workman
parent 0a364ebfed
commit 55d9055270
4 changed files with 14 additions and 38 deletions

View file

@ -3,27 +3,23 @@
# Slackware build script for grace # Slackware build script for grace
# Written by B. Jogai <jogaib {at} comcast [dot] net> # Written by B. Jogai <jogaib {at} comcast [dot] net>
# Set initial variables:
PRGNAM=xcircuit PRGNAM=xcircuit
VERSION=3.7.6 VERSION=3.7.13
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-"_SBo"} TAG=${TAG:-"_SBo"}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
case "$( uname -m )" in case "$( uname -m )" in
i?86) ARCH=i486 ;; i?86) ARCH=i486 ;;
arm*) ARCH=arm ;; arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;; *) ARCH=$( uname -m ) ;;
esac esac
fi fi
CWD=$(pwd) CWD=$(pwd)
TMP=${TMP:-"/tmp/SBo"} TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-"/tmp"} OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686" SLKCFLAGS="-O2 -march=i486 -mtune=i686"
@ -50,9 +46,6 @@ cd $PRGNAM-$VERSION
chown -R root:root . chown -R root:root .
chmod -R u+w,go+r-w,a-s . chmod -R u+w,go+r-w,a-s .
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
CFLAGS="$SLKCFLAGS" \ CFLAGS="$SLKCFLAGS" \
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \
@ -67,19 +60,9 @@ CFLAGS="$SLKCFLAGS" \
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/examples
cp -a CHANGES README* TODO VERSION examples/ \
$PKG/usr/doc/$PRGNAM-$VERSION
find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \;
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
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
# Add desktop menu entries # Add desktop menu entries
mkdir -p $PKG/usr/share/{applications,pixmaps} mkdir -p $PKG/usr/share/{applications,pixmaps}
cat $CWD/xcircuit.png > $PKG/usr/share/pixmaps/xcircuit.png cat $CWD/xcircuit.png > $PKG/usr/share/pixmaps/xcircuit.png
@ -89,24 +72,17 @@ cat $CWD/xcircuit.desktop > $PKG/usr/share/applications/xcircuit.desktop
# Don't move it in case the program needs it there for some reason. # Don't move it in case the program needs it there for some reason.
rm -rf $PKG/usr/man rm -rf $PKG/usr/man
mkdir -p $PKG/usr/man/man1 mkdir -p $PKG/usr/man/man1
rm -f $PKG/usr/man/man1/*.1
cp $PKG/usr/lib$LIBDIRSUFFIX/$PRGNAM-3.7/man/*.1 $PKG/usr/man/man1 cp $PKG/usr/lib$LIBDIRSUFFIX/$PRGNAM-3.7/man/*.1 $PKG/usr/man/man1
find $PKG/usr/man -type f -exec gzip -9 {} \;
# Compress the man pages if they exist mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
if [ -d $PKG/usr/man ]; then cp -a CHANGES README* TODO VERSION examples $PKG/usr/doc/$PRGNAM-$VERSION
( cd $PKG/usr/man cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
find . -type f -exec gzip -9 {} \; find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \;
for i in $(find . -type l) ; do
ln -s $(readlink $i).gz $i.gz
rm $i
done
)
fi
mkdir -p $PKG/install mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -3,6 +3,6 @@ Type=Application
Exec=xcircuit Exec=xcircuit
Name=xcircuit Name=xcircuit
GenericName=Circuit drawing program GenericName=Circuit drawing program
Icon=/usr/share/pixmaps/xcircuit.png Icon=xcircuit
Terminal=false Terminal=false
Categories=Qt;KDE;Graphics;Development; Categories=Qt;KDE;Graphics;Development;

View file

@ -1,10 +1,10 @@
PRGNAM="xcircuit" PRGNAM="xcircuit"
VERSION="3.7.6" VERSION="3.7.13"
HOMEPAGE="http://opencircuitdesign.com/xcircuit/" HOMEPAGE="http://opencircuitdesign.com/xcircuit/"
DOWNLOAD="http://opencircuitdesign.com/xcircuit/archive/xcircuit-3.7.6.tgz" DOWNLOAD="http://opencircuitdesign.com/xcircuit/archive/xcircuit-3.7.13.tgz"
MD5SUM="0b4122adcc2821791c5d2acaaf187996" MD5SUM="93e4bd03d339fc190fa4614766bf0c96"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
MAINTAINER="B. Jogai" MAINTAINER="B. Jogai"
EMAIL="jogaib <at> comcast {dot} net" EMAIL="jogaib <at> comcast {dot} net"
APPROVED="Erik Hanson" APPROVED="rworkman"