wok-current view get-OpenOffice3/receipt @ rev 16395
UP: hostapd (2.1), fix libnl missing pkgconfig file and add to ARM with rfkill
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 16 03:02:41 2014 +0200 (2014-04-16) |
parents | b9dde6ba0be0 |
children | be5fbd5b2c7a |
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 LICENSE="GPL3"
9 WEB_SITE="http://www.openoffice.org"
10 TAGS="office word excel ppt openoffice"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 install -o root -g root -m755 stuff/get-OpenOffice3 $fs/usr/bin
17 ln -s get-OpenOffice3 $fs/usr/bin/get-openoffice
18 }