wok-6.x diff 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 diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/fish/receipt Thu Oct 30 22:39:29 2014 +0100 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="fish" 1.7 +VERSION="2.1.1" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="The FrIendly SHell" 1.10 +MAINTAINER="tcg.thegamer@gmail.com" 1.11 +LICENSE="GPL2" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WEB_SITE="http://fishshell.com" 1.14 +WGET_URL="$WEB_SITE/files/$VERSION/$TARBALL" 1.15 + 1.16 +compile_rules() 1.17 +{ 1.18 + ./configure \ 1.19 + $CONFIGURE_ARGS && 1.20 + make && 1.21 + make DESTDIR=$DESTDIR install 1.22 +} 1.23 + 1.24 +genpkg_rules() 1.25 +{ 1.26 + mkdir -p $fs/usr 1.27 + cp -a $install/usr/bin $fs/usr 1.28 + cp -a $install/usr/etc $fs 1.29 +}