etlegacy-libs/jpegturbo/release/Distribution.xml.in
Remy Marquis 24c1c8adbb libs: updated to libjpeg-turbo 2.0.3
This reverts commit bf5d0e5973.
2019-12-25 23:29:06 +01:00

24 lines
632 B
XML

<?xml version="1.0" encoding="utf-8"?>
<installer-gui-script minSpecVersion="1">
<title>@CMAKE_PROJECT_NAME@</title>
<welcome file="Welcome.rtf" />
<readme file="ReadMe.txt" />
<license file="License.rtf" />
<domains
enable_anywhere="false"
enable_currentUserHome="false"
enable_localSystem="true"
/>
<options customize="never" />
<choices-outline>
<line choice="default">
<line choice="@PKGID@"/>
</line>
</choices-outline>
<choice id="default"/>
<choice id="@PKGID@" visible="false">
<pkg-ref id="@PKGID@"/>
</choice>
<pkg-ref auth="root"
id="@PKGID@">@PKGNAME@.pkg</pkg-ref>
</installer-gui-script>