academic/ng-spice: Updated for version rework_17

This commit is contained in:
Kyle Guinn 2010-05-13 00:20:14 +02:00 committed by Erik Hanson
parent cacd368cc5
commit 55673c8f5f
3 changed files with 39 additions and 21 deletions

View File

@ -4,7 +4,7 @@
# Written by Kyle Guinn <elyk03@gmail.com> # Written by Kyle Guinn <elyk03@gmail.com>
PRGNAM="ng-spice" PRGNAM="ng-spice"
VERSION="rework-17" VERSION="rework_17"
ARCH=${ARCH:-i486} ARCH=${ARCH:-i486}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -13,14 +13,21 @@ CWD=$(pwd)
TMP=${TMP:-/tmp/SBo} TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM-$VERSION PKG=$TMP/package-$PRGNAM-$VERSION
OUTPUT=${OUTPUT:-/tmp} OUTPUT=${OUTPUT:-/tmp}
PKGVER=$(echo $VERSION | sed s/-/_/)
DOCS="ANALYSES AUTHORS BUGS COPYING ChangeLog DEVICES FAQ INSTALL NEWS README doc/ngspice.pdf" SRCVER=$(echo $VERSION | sed s/_/-/)
DOCS="ANALYSES AUTHORS BUGS COPYING ChangeLog \
DEVICES FAQ INSTALL NEWS README doc/ngspice.pdf"
if [ "$ARCH" = "i486" ]; then if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686" SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686" SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
fi fi
set -e set -e
@ -28,31 +35,32 @@ set -e
rm -rf $PKG rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT mkdir -p $TMP $PKG $OUTPUT
cd $TMP cd $TMP
rm -rf $PRGNAM-$VERSION rm -rf $PRGNAM-$SRCVER
tar -xzvf $CWD/$PRGNAM-$VERSION.tar.gz tar -xzvf $CWD/$PRGNAM-$SRCVER.tar.gz
cd $PRGNAM-$VERSION cd $PRGNAM-$SRCVER
chown -R root:root . chown -R root:root .
chmod -R u+w,go+r-w,a-st . chmod -R u+w,go+r-w,a-st .
CFLAGS="$SLKCFLAGS" \ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \
--sysconfdir=/etc \ --libdir=/usr/lib${LIBDIRSUFFIX} \
--localstatedir=/var \ --sysconfdir=/etc \
--enable-shared \ --localstatedir=/var \
--disable-static \ --enable-shared \
--with-readline \ --disable-static \
--build=$ARCH-slackware-linux --with-readline \
--build=$ARCH-slackware-linux
make make
make install-strip DESTDIR=$PKG make install-strip DESTDIR=$PKG
( cd $PKG/usr/man ( cd $PKG/usr/man
find . -type f -exec gzip -9 {} \; find . -type f -exec gzip -9 {} \;
for i in $(find . -type l); do \ for i in $(find . -type l); do \
ln -s $(readlink $i).gz $i.gz; rm $i; \ ln -s $(readlink $i).gz $i.gz; rm $i; \
done done
) )
rm -f $PKG/usr/info/dir rm -f $PKG/usr/info/dir
@ -66,4 +74,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$PKGVER-$ARCH-$BUILD$TAG.tgz /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View File

@ -1,8 +1,10 @@
PRGNAM="ng-spice" PRGNAM="ng-spice"
VERSION="rework-17" VERSION="rework_17"
HOMEPAGE="http://ngspice.sourceforge.net/" HOMEPAGE="http://ngspice.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/ngspice/ng-spice-rework-17.tar.gz" DOWNLOAD="http://downloads.sourceforge.net/ngspice/ng-spice-rework-17.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="abe283dea98b913a2122f085076865b1" MD5SUM="abe283dea98b913a2122f085076865b1"
MD5SUM_x86_64=""
MAINTAINER="Kyle Guinn" MAINTAINER="Kyle Guinn"
EMAIL="elyk03@gmail.com" EMAIL="elyk03@gmail.com"
APPROVED="Erik Hanson" APPROVED="Erik Hanson"

View File

@ -1,3 +1,11 @@
# 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---------------------------------------------------|
ng-spice: Ngspice (circuit simulator) ng-spice: Ngspice (circuit simulator)
ng-spice: ng-spice:
ng-spice: Ngspice is a mixed-level/mixed-signal circuit simulator. Its ng-spice: Ngspice is a mixed-level/mixed-signal circuit simulator. Its