wok-current annotate get-eclipse-pdt/receipt @ rev 16060
ARM: add zile and joe text editors (nano got regex bug on ARM)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Mar 12 00:54:36 2014 +0100 (2014-03-12) |
parents | d71ba04aa9f5 |
children | 73f36875e5a7 |
rev | line source |
---|---|
erjo@1699 | 1 # SliTaz package receipt. |
erjo@1699 | 2 |
erjo@1699 | 3 PACKAGE="get-eclipse-pdt" |
erjo@1699 | 4 VERSION="1.0" |
pascal@1700 | 5 CATEGORY="development" |
pascal@1700 | 6 SHORT_DESC="Eclipse PHP Development Tools" |
erjo@1699 | 7 MAINTAINER="erjo@slitaz.org" |
pascal@15199 | 8 LICENSE="GPL3" |
erjo@1699 | 9 WEB_SITE="http://www.eclipse.org" |
pascal@13027 | 10 TAGS="IDE development programming" |
erjo@1699 | 11 |
erjo@1699 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@1699 | 13 genpkg_rules() |
erjo@1699 | 14 { |
erjo@1699 | 15 mkdir -p $fs/usr/bin |
erjo@1699 | 16 install -o root -g root -m755 stuff/get-* $fs/usr/bin |
erjo@1699 | 17 } |
erjo@1699 | 18 |