mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/fish: Updated for version 2.5.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
844bbad8cc
commit
2e73ccf8b4
2 changed files with 9 additions and 7 deletions
|
@ -1,9 +1,9 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
# Slackware build script for the fish shell.
|
# Slackware build script for the fish shell.
|
||||||
|
#
|
||||||
|
# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||||
# Copyright 2009 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
|
# Copyright 2009 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
|
||||||
# Copyright 2015-2016, Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=fish
|
PRGNAM=fish
|
||||||
VERSION=${VERSION:-2.4.0}
|
VERSION=${VERSION:-2.5.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -70,6 +70,8 @@ find -L . \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
|
autoreconf -fiv
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
CXXFLAGS="$SLKCFLAGS" \
|
CXXFLAGS="$SLKCFLAGS" \
|
||||||
./configure \
|
./configure \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="fish"
|
PRGNAM="fish"
|
||||||
VERSION="2.4.0"
|
VERSION="2.5.0"
|
||||||
HOMEPAGE="http://fishshell.com/"
|
HOMEPAGE="http://fishshell.com/"
|
||||||
DOWNLOAD="http://fishshell.com/files/2.4.0/fish-2.4.0.tar.gz"
|
DOWNLOAD="http://fishshell.com/files/2.5.0/fish-2.5.0.tar.gz"
|
||||||
MD5SUM="0167eb7c252505451c62f88a2deeffb5"
|
MD5SUM="14aad053140641c805d8c3f367b98f37"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="man-db"
|
REQUIRES="man-db"
|
||||||
|
|
Loading…
Reference in a new issue