wok diff get-LibreOffice/receipt @ rev 7832

Add get-LibreOffice (v1.0) - script (based on get-OpenOffice3) to download and package LibreOffice w/out lang. packs
author Ben Arnold <ben@seawolfsanctuary.com>
date Sun Dec 26 22:00:38 2010 +0000 (2010-12-26)
parents
children 50289f6c8ce3
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/get-LibreOffice/receipt	Sun Dec 26 22:00:38 2010 +0000
     1.3 @@ -0,0 +1,16 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="get-LibreOffice"
     1.7 +VERSION="1.0"
     1.8 +CATEGORY="office"
     1.9 +SHORT_DESC="Productivity suite."
    1.10 +MAINTAINER="ben@seawolfsanctuary.com"
    1.11 +WEB_SITE="http://www.documentfoundation.org"
    1.12 +TAGS="office word excel ppt openoffice libreoffice"
    1.13 +
    1.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.15 +genpkg_rules()
    1.16 +{
    1.17 +	mkdir -p $fs/usr/bin
    1.18 +	install -o root -g root -m755 stuff/get-LibreOffice $fs/usr/bin
    1.19 +}
    1.20 \ No newline at end of file