wok-6.x view get-eclipse-pdt/receipt @ rev 2716
Fix: prboom
* Remove data from stuff
* Add .desktop and icon
* Fix receipt
* Remove data from stuff
* Add .desktop and icon
* Fix receipt
author | Mallory MOLLO <mallory@skyrock.com> |
---|---|
date | Thu Apr 23 19:56:50 2009 +0200 (2009-04-23) |
parents | 9ae047db7ddd |
children | 0feddf601f07 |
line source
1 # SliTaz package receipt.
3 PACKAGE="get-eclipse-pdt"
4 VERSION="1.0"
5 CATEGORY="development"
6 SHORT_DESC="Eclipse PHP Development Tools"
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://www.eclipse.org"
10 # Rules to gen a SliTaz package suitable for Tazpkg.
11 genpkg_rules()
12 {
13 mkdir -p $fs/usr/bin
14 install -o root -g root -m755 stuff/get-* $fs/usr/bin
15 }