wok-6.x annotate 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 |
rev | line source |
---|---|
tcg@17299 | 1 # SliTaz package receipt. |
tcg@17299 | 2 |
tcg@17299 | 3 PACKAGE="fish" |
tcg@17299 | 4 VERSION="2.1.1" |
tcg@17299 | 5 CATEGORY="system-tools" |
tcg@17299 | 6 SHORT_DESC="The FrIendly SHell" |
tcg@17299 | 7 MAINTAINER="tcg.thegamer@gmail.com" |
tcg@17299 | 8 LICENSE="GPL2" |
tcg@17299 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
tcg@17299 | 10 WEB_SITE="http://fishshell.com" |
tcg@17299 | 11 WGET_URL="$WEB_SITE/files/$VERSION/$TARBALL" |
tcg@17299 | 12 |
tcg@17299 | 13 compile_rules() |
tcg@17299 | 14 { |
tcg@17299 | 15 ./configure \ |
tcg@17299 | 16 $CONFIGURE_ARGS && |
tcg@17299 | 17 make && |
tcg@17299 | 18 make DESTDIR=$DESTDIR install |
tcg@17299 | 19 } |
tcg@17299 | 20 |
tcg@17299 | 21 genpkg_rules() |
tcg@17299 | 22 { |
tcg@17299 | 23 mkdir -p $fs/usr |
tcg@17299 | 24 cp -a $install/usr/bin $fs/usr |
tcg@17299 | 25 cp -a $install/usr/etc $fs |
tcg@17299 | 26 } |