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

Add go mode for emacs (1.2.1)
author Dominique Corbex <domcox@slitaz.org>
date Tue Mar 04 13:27:14 2014 +0100 (2014-03-04)
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