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

updated goffice and goffice-dev (0.10.32 -> 0.10.46)
author Hans-G?nter Theisgen
date Fri Feb 21 16:43:33 2020 +0100 (2020-02-21)
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