wok-current view get-OpenOffice3/receipt @ rev 2637
Added tag 2.0 for changeset cf71613b81e7
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Apr 16 20:00:00 2009 +0200 (2009-04-16) |
parents | 7f210df81252 |
children | 041af50bcc91 |
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"
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-OpenOffice3 $fs/usr/bin
15 }