From 7d39cbab7d9c48cba06f3fb8024b8133df40b711 Mon Sep 17 00:00:00 2001 From: Pierre Cazenave Date: Thu, 13 May 2010 00:40:15 +0200 Subject: system/fish: Updated for version 1.23.1 --- system/fish/fish.SlackBuild | 10 ++++++---- system/fish/fish.info | 4 +++- system/fish/slack-desc | 10 +++++----- 3 files changed, 14 insertions(+), 10 deletions(-) (limited to 'system/fish') diff --git a/system/fish/fish.SlackBuild b/system/fish/fish.SlackBuild index 7f80669956..dab91f8217 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 # 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 e79be63617..4e12221c09 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 43a0bbd939..5eaf3d37e2 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: -- cgit v1.2.3