wok view get-OpenOffice3/receipt @ rev 13473

Up: sysstat (10.0.5)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Oct 09 16:11:07 2012 +0200 (2012-10-09)
parents 041af50bcc91
children b9dde6ba0be0
line source
1 # SliTaz package receipt.
3 PACKAGE="get-OpenOffice3"
4 VERSION="1.1"
5 CATEGORY="office"
6 SHORT_DESC="Productivity suite"
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://www.openoffice.org"
9 TAGS="office word excel ppt openoffice"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 install -o root -g root -m755 stuff/get-OpenOffice3 $fs/usr/bin
16 ln -s get-OpenOffice3 $fs/usr/bin/get-openoffice
17 }