wok annotate get-OpenOffice3/receipt @ rev 10112

Up: groff to 1.21.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 15:33:26 2011 +0000 (2011-05-20)
parents fc83f21345f3
children f8ebc459b3c3
rev   line source
erjo@1692 1 # SliTaz package receipt.
erjo@1692 2
erjo@1692 3 PACKAGE="get-OpenOffice3"
erjo@2379 4 VERSION="1.1"
erjo@1692 5 CATEGORY="office"
erjo@1692 6 SHORT_DESC="Productivity suite"
erjo@1692 7 MAINTAINER="erjo@slitaz.org"
erjo@1692 8 WEB_SITE="http://www.openoffice.org"
jozee@4984 9 TAGS="office word excel ppt openoffice"
erjo@1692 10
erjo@1692 11 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1692 12 genpkg_rules()
erjo@1692 13 {
erjo@1692 14 mkdir -p $fs/usr/bin
erjo@1697 15 install -o root -g root -m755 stuff/get-OpenOffice3 $fs/usr/bin
erjo@1692 16 }
erjo@1692 17