wok-current annotate get-eclipse-pdt/receipt @ rev 3510

Add: linux-input-touchscreen; update other linux-* pkgs
author Rohit Joshi <jozee@slitaz.org>
date Fri Jun 19 15:32:06 2009 +0000 (2009-06-19)
parents 9ae047db7ddd
children 0feddf601f07
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"
erjo@1699 9
erjo@1699 10 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1699 11 genpkg_rules()
erjo@1699 12 {
erjo@1699 13 mkdir -p $fs/usr/bin
erjo@1699 14 install -o root -g root -m755 stuff/get-* $fs/usr/bin
erjo@1699 15 }
erjo@1699 16