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

View File

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

View File

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

View File

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