wok view get-OpenOffice3/receipt @ rev 14714

lib[a-n]*: add LICENSE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 11 10:41:23 2013 +0200 (2013-06-11)
parents f8ebc459b3c3
children 42b8478866fb
line source
1 # SliTaz package receipt.
3 PACKAGE="get-OpenOffice3"
4 VERSION="1.2"
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 }