diff options
author | Pierre Cazenave <pwcazenave@gmail.com> | 2010-05-13 00:40:15 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:40:15 +0200 |
commit | 7d39cbab7d9c48cba06f3fb8024b8133df40b711 (patch) | |
tree | faaed5260bee8a2e40ba0535b18be4ceacfd4eeb /system/fish | |
parent | a2b61cac4e045183faf3a9053830a6420fc92476 (diff) |
system/fish: Updated for version 1.23.1
Diffstat (limited to 'system/fish')
-rw-r--r-- | system/fish/fish.SlackBuild | 10 | ||||
-rw-r--r-- | system/fish/fish.info | 4 | ||||
-rw-r--r-- | system/fish/slack-desc | 10 |
3 files changed, 14 insertions, 10 deletions
diff --git a/system/fish/fish.SlackBuild b/system/fish/fish.SlackBuild index 7f80669956ff..dab91f82170f 100644 --- a/system/fish/fish.SlackBuild +++ b/system/fish/fish.SlackBuild @@ -1,9 +1,10 @@ #!/bin/sh # Slackware build script for the fish shell + # Updated for version 1.23.1 20/09/2009 # Updated for Slackware64 28/05/2009 -# + # Copyright 2009 Pierre Cazenave <pwcazenave {at} gmail [dot] com> # All rights reserved. # @@ -61,11 +62,12 @@ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --docdir=/usr/doc/$PRGNAM-$VERSION + --docdir=/usr/doc/$PRGNAM-$VERSION \ + --build=$ARCH-slackware-linux make make install DESTDIR=$PKG @@ -96,4 +98,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/system/fish/fish.info b/system/fish/fish.info index e79be63617ad..4e12221c0925 100644 --- a/system/fish/fish.info +++ b/system/fish/fish.info @@ -1,8 +1,10 @@ PRGNAM="fish" VERSION="1.23.1" HOMEPAGE="http://fishshell.org/" -DOWNLOAD="http://kent.dl.sourceforge.net/sourceforge/fish/fish-1.23.1.tar.bz2" +DOWNLOAD="http://downloads.sourceforge.net/fish/fish-1.23.1.tar.bz2" MD5SUM="ead6b7c6cdb21f35a3d4aa1d5fa596f1" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" MAINTAINER="Pierre Cazenave" EMAIL="pwcazenave@gmail.com" APPROVED="dsomero" diff --git a/system/fish/slack-desc b/system/fish/slack-desc index 43a0bbd9394f..5eaf3d37e259 100644 --- a/system/fish/slack-desc +++ b/system/fish/slack-desc @@ -5,7 +5,7 @@ # make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':'. - |-----handy-ruler--------------------------------------------------------| + |-----handy-ruler--------------------------------------------------------| fish: fish (Friendly Interactive SHell) fish: fish: fish is a user friendly command line shell for UNIX-like systems. @@ -13,7 +13,7 @@ fish: fish: fish includes case insensitive completions, a multiline editing fish: system, a new and simplified key binding system, and a large number fish: of command specific completions. -fish: -fish: http://fishshell.org/ -fish: -fish: +fish: +fish: Homepage: http://fishshell.org/ +fish: +fish: |