wok annotate get-eclipse-pdt/receipt @ rev 13630

spacefm: remove all call to bash in source files (work nicely with busybox shell)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Nov 14 21:49:55 2012 +0100 (2012-11-14)
parents 0feddf601f07
children 42b8478866fb
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"
erjo@1699 8 WEB_SITE="http://www.eclipse.org"
pascal@13027 9 TAGS="IDE development programming"
erjo@1699 10
erjo@1699 11 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1699 12 genpkg_rules()
erjo@1699 13 {
erjo@1699 14 mkdir -p $fs/usr/bin
erjo@1699 15 install -o root -g root -m755 stuff/get-* $fs/usr/bin
erjo@1699 16 }
erjo@1699 17