From b7c53cd84f2d6f8d71d91cf3fb8315c6de485449 Mon Sep 17 00:00:00 2001 From: Philip Lacroix Date: Mon, 23 Oct 2017 23:56:22 +0100 Subject: libraries/libnova: Switch to i586 + new maintainer. Signed-off-by: David Spencer --- libraries/libnova/README | 12 ++++++------ libraries/libnova/libnova.SlackBuild | 17 +++++++++-------- libraries/libnova/libnova.info | 4 ++-- libraries/libnova/slack-desc | 12 ++++++------ 4 files changed, 23 insertions(+), 22 deletions(-) (limited to 'libraries/libnova') diff --git a/libraries/libnova/README b/libraries/libnova/README index 3feee8b657..de58ecb423 100644 --- a/libraries/libnova/README +++ b/libraries/libnova/README @@ -1,7 +1,7 @@ -libnova is a general purpose, double precision, Celestial Mechanics, -Astrometry, and Astrodynamics library. +libnova is a general purpose, double precision, celestial mechanics, +astrometry, and astrodynamics library. It is the calculation engine +used by the Nova project. -The intended audience of libnova is C / C++ programmers, astronomers -and anyone else interested in calculating positions of astronomical -objects or celestial mechanics. libnova is the calculation engine -used by the Nova project and most importantly, is free software. +The intended audience of libnova are C / C++ programmers, astronomers +and anyone else interested in calculating positions of astronomical +objects or celestial mechanics. diff --git a/libraries/libnova/libnova.SlackBuild b/libraries/libnova/libnova.SlackBuild index 35f3fdd29c..03b6292633 100644 --- a/libraries/libnova/libnova.SlackBuild +++ b/libraries/libnova/libnova.SlackBuild @@ -2,8 +2,10 @@ # Slackware build script for libnova -# Copyright 2013, Chris Abela, Malta -# Copyright 2014, Ryan P.C. McQuen, ryanpcmcquen@member.fsf.org, WA +# Copyright 2013 Chris Abela +# Copyright 2014 Ryan P.C. McQuen +# Copyright 2017 Philip Lacroix +# # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -30,7 +32,7 @@ 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 @@ -41,8 +43,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" @@ -93,12 +95,11 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr cp -a doc/man $PKG/usr/man rm -f $PKG/usr/man/man3/_tmp*.3 -rm -f $PKG/usr/man/man3/version.3 # conflicts with the Slackware perl package +rm -f $PKG/usr/man/man3/version.3 # This conflicts with the Slackware perl package find $PKG/usr/man -type f -exec gzip -9 {} \; mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - AUTHORS COPYING ChangeLog INSTALL NEWS README doc/html examples \ +cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README doc/html examples \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/libraries/libnova/libnova.info b/libraries/libnova/libnova.info index 4ddbab563f..5268ed8a90 100644 --- a/libraries/libnova/libnova.info +++ b/libraries/libnova/libnova.info @@ -6,5 +6,5 @@ MD5SUM="756fdb55745cb78511f83a62c25f3be4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Ryan P.C. McQuen" -EMAIL="ryanpcmcquen@member.fsf.org" +MAINTAINER="Philip Lacroix" +EMAIL="slackph at posteo dot de" diff --git a/libraries/libnova/slack-desc b/libraries/libnova/slack-desc index b44e78ba53..ea5d1c0b89 100644 --- a/libraries/libnova/slack-desc +++ b/libraries/libnova/slack-desc @@ -6,14 +6,14 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -libnova: libnova (Celestial Mechanics, Astrometry, and Astrodynamics Library) +libnova: libnova (celestial mechanics, astrometry and astrodynamics library) libnova: -libnova: libnova is a general purpose, double precision, Celestial Mechanics, -libnova: Astrometry, and Astrodynamics library. +libnova: libnova is a general purpose, double precision, celestial mechanics, +libnova: astrometry, and astrodynamics library. It is the calculation engine +libnova: used by the Nova project. libnova: -libnova: The intended audience of libnova is C / C++ programmers, astronomers +libnova: The intended audience of libnova are C / C++ programmers, astronomers libnova: and anyone else interested in calculating positions of astronomical -libnova: objects or celestial mechanics. libnova is the calculation engine used -libnova: by the Nova project and most importantly, is free software. +libnova: objects or celestial mechanics. libnova: libnova: Homepage: http://libnova.sourceforge.net/ -- cgit v1.2.3