This commit is contained in:
Mario Fetka 2012-05-02 07:29:12 +02:00
parent 9fd2d3b9ee
commit 6a3ecb6910
3 changed files with 4 additions and 4 deletions

@ -35,7 +35,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
;$ProductId$ should be the name of the product in opsi ;$ProductId$ should be the name of the product in opsi
; therefore please: only lower letters, no umlauts, ; therefore please: only lower letters, no umlauts,
; no white space use '-' as a seperator ; no white space use '-' as a seperator
Set $ProductId$ = "xmlstarlet" Set $ProductId$ = "sourceforge.xmlstarlet"
Set $MinimumSpace$ = "5 MB" Set $MinimumSpace$ = "5 MB"
; the path were we find the product after the installation ; the path were we find the product after the installation
Set $InstallDir$ = "%System%" Set $InstallDir$ = "%System%"

@ -5,7 +5,7 @@ incremental: False
[Product] [Product]
type: localboot type: localboot
id: xmlstarlet id: sourceforge.xmlstarlet
name: XMLStarlet name: XMLStarlet
description: XMLStarlet command line XML toolkit description: XMLStarlet command line XML toolkit
advice: ADVICE advice: ADVICE
@ -32,6 +32,6 @@ default: ["system specific"]
[ProductDependency] [ProductDependency]
action: setup action: setup
requiredProduct: aio requiredProduct: sereby.aio
requiredStatus: installed requiredStatus: installed
requirementType: before requirementType: before

@ -2,7 +2,7 @@
# Setup product information # Setup product information
############################ ############################
VENDOR="xmlstar.sf.net" VENDOR="xmlstar.sf.net"
PN="xmlstarlet" PN="sourceforge.xmlstarlet"
VERSION="1.3.1" VERSION="1.3.1"
RELEASE="1" RELEASE="1"
PRIORITY="0" PRIORITY="0"