wok view get-eclipse-pdt/receipt @ rev 17299

Add fish
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 d71ba04aa9f5
children 73f36875e5a7
line source
1 # SliTaz package receipt.
3 PACKAGE="get-eclipse-pdt"
4 VERSION="1.0"
5 CATEGORY="development"
6 SHORT_DESC="Eclipse PHP Development Tools"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.eclipse.org"
10 TAGS="IDE development programming"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 install -o root -g root -m755 stuff/get-* $fs/usr/bin
17 }