wok-next annotate get-eclipse-pdt/receipt @ rev 21635

updated f2fs-tools (1.8.0 -> 1.13.0)
author Hans-G?nter Theisgen
date Fri Jun 26 11:04:48 2020 +0100 (2020-06-26)
parents d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
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"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15199 8 LICENSE="GPL3"
al@21020 9 WEB_SITE="http://www.eclipse.org/"
al@21057 10 HOST_ARCH="any"
al@20882 11 REPOLOGY="-"
al@20882 12
al@21020 13 compile_rules() {
al@21020 14 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
erjo@1699 15 }
erjo@1699 16
al@21020 17 genpkg_rules() {
al@21020 18 copy @std
al@21020 19 TAGS="IDE development programming"
al@21020 20 }