mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
libraries/spread-sheet-widget: Updated for version 0.8.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
a8b0d6215f
commit
b908d3dfc5
2 changed files with 6 additions and 8 deletions
|
@ -25,8 +25,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=spread-sheet-widget
|
||||
VERSION=${VERSION:-0.3}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-0.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -79,7 +79,6 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
LIBS="-ltermcap -lgmp" \
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
@ -90,8 +89,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--disable-static \
|
||||
--build=$ARCH-slackware-linux \
|
||||
gl_cv_header_wchar_h_correct_inline=yes
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="spread-sheet-widget"
|
||||
VERSION="0.3"
|
||||
VERSION="0.8"
|
||||
HOMEPAGE="https://savannah.gnu.org/projects/ssw/"
|
||||
DOWNLOAD="http://alpha.gnu.org/gnu/ssw/spread-sheet-widget-0.3.tar.gz"
|
||||
MD5SUM="9bd94714a18229eb9e9a2b79dda30e1f"
|
||||
DOWNLOAD="http://alpha.gnu.org/gnu/ssw/spread-sheet-widget-0.8.tar.gz"
|
||||
MD5SUM="429ab7326a95f237c680d770c226a7c0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue