wok-current view fish/receipt @ rev 17299
Add fish
Add fish-doc
This adds support and documentation for the latest fish release.
Add fish-doc
This adds support and documentation for the latest fish release.
author | necrophcodr <tcg.thegamer@gmail.com> |
---|---|
date | Thu Oct 30 22:39:29 2014 +0100 (2014-10-30) |
parents | |
children | 2be6763841ba |
line source
1 # SliTaz package receipt.
3 PACKAGE="fish"
4 VERSION="2.1.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="The FrIendly SHell"
7 MAINTAINER="tcg.thegamer@gmail.com"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://fishshell.com"
11 WGET_URL="$WEB_SITE/files/$VERSION/$TARBALL"
13 compile_rules()
14 {
15 ./configure \
16 $CONFIGURE_ARGS &&
17 make &&
18 make DESTDIR=$DESTDIR install
19 }
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr
24 cp -a $install/usr/bin $fs/usr
25 cp -a $install/usr/etc $fs
26 }