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

asterisk, cpuspeed, fcitx-configtool, get-eclipse-pdt, get-sjphone, get-xlite, linphone, wvdial, wvstreams: fix tags
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 11 18:48:18 2012 +0200 (2012-06-11)
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