wok-next view get-OpenOffice3/receipt @ rev 1988
Fix: udev rules missing in /etc/ude/rules.d
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Tue Jan 06 13:01:01 2009 +0100 (2009-01-06) |
parents | c3c353091edb |
children | fc83f21345f3 |
line source
1 # SliTaz package receipt.
3 PACKAGE="get-OpenOffice3"
4 VERSION="1.0"
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 }