wok-6.x diff get-OpenOffice3/receipt @ rev 1692

Add: get-OpenOffice3.sh
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Nov 11 12:20:46 2008 +0100 (2008-11-11)
parents
children 7f210df81252
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/get-OpenOffice3/receipt	Tue Nov 11 12:20:46 2008 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="get-OpenOffice3"
     1.7 +VERSION="1.0"
     1.8 +CATEGORY="office"
     1.9 +SHORT_DESC="Productivity suite"
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +WEB_SITE="http://www.openoffice.org"
    1.12 +
    1.13 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.14 +genpkg_rules()
    1.15 +{
    1.16 +	mkdir -p $fs/usr/bin
    1.17 +	install -o root -g root -m755 stuff/get-OpenOffice3.sh $fs/usr/bin
    1.18 +}
    1.19 +