wok-4.x view get-OpenOffice3/receipt @ rev 5049
mv UTF-16.so to glibc-base to avoid midori crashes
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Fri Mar 05 12:26:48 2010 +0000 (2010-03-05) |
parents | fc83f21345f3 |
children | cf9ff16cc7cb |
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 }