diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-23 05:46:46 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-23 05:46:46 +0000 |
commit | 734cd0759759b9136dcb52d87619f3ffa1f0f97e (patch) | |
tree | dd7dd1f9aac295fa90cde204772a41de06bec570 /dev-util/nsis | |
parent | kde-base is done (diff) | |
download | historical-734cd0759759b9136dcb52d87619f3ffa1f0f97e.tar.gz historical-734cd0759759b9136dcb52d87619f3ffa1f0f97e.tar.bz2 historical-734cd0759759b9136dcb52d87619f3ffa1f0f97e.zip |
fix up metadata.xml (glep 56)
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-util/nsis')
-rw-r--r-- | dev-util/nsis/metadata.xml | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/dev-util/nsis/metadata.xml b/dev-util/nsis/metadata.xml index dfb4d2d072a6..786f95367d81 100644 --- a/dev-util/nsis/metadata.xml +++ b/dev-util/nsis/metadata.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>no-herd</herd> -<maintainer> - <email>mrness@gentoo.org</email> - <name>Alin Nastac</name> -</maintainer> -<maintainer> - <email>cedk@gentoo.org</email> - <name>Cédric Krier</name> -</maintainer> -<longdescription> + <herd>no-herd</herd> + <maintainer> + <email>mrness@gentoo.org</email> + <name>Alin Nastac</name> + </maintainer> + <maintainer> + <email>cedk@gentoo.org</email> + <name>Cédric Krier</name> + </maintainer> + <longdescription> NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows installers. It is designed to be as small and flexible as possible and is therefore very suitable for Internet distribution. @@ -20,4 +20,8 @@ most complex installation tasks. Many plug-ins and scripts are already available: you can create web installers, communicate with Windows and other software components, install or update shared components and more. </longdescription> + <use> + <flag name="config-log">Enable the logging facility (useful in debugging installers)</flag> + <flag name="prebuilt-system">Use the pre-compiled System.dll from the release to workaround the System::Call issue under GCC</flag> + </use> </pkgmetadata> |