Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* C++ is also used
* pass MAKE_ENV to build
|
|
|
|
|
|
|
|
|
|
devel/scons and bump PKGREVISION for dependency change.
|
|
|
|
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
|
|
their files via a custom do-install target.
|
|
|
|
|
|
|
|
|
|
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
|
EXTRACT_CMD_OPTS.bin -> EXTRACT_OPTS_BIN
EXTRACT_CMD_OPTS.lha -> EXTRACT_OPTS_LHA
EXTRACT_CMD_OPTS.rar -> EXTRACT_OPTS_RAR
EXTRACT_CMD_OPTS.tar -> EXTRACT_OPTS_TAR
EXTRACT_CMD_OPTS.tar.Z -> EXTRACT_OPTS_TAR
EXTRACT_CMD_OPTS.tar.bz2 -> EXTRACT_OPTS_TAR
EXTRACT_CMD_OPTS.tar.gz -> EXTRACT_OPTS_TAR
EXTRACT_CMD_OPTS.tbz -> EXTRACT_OPTS_TAR
EXTRACT_CMD_OPTS.tbz2 -> EXTRACT_OPTS_TAR
EXTRACT_CMD_OPTS.tgz -> EXTRACT_OPTS_TAR
EXTRACT_CMD_OPTS.zip -> EXTRACT_OPTS_ZIP
EXTRACT_CMD_OPTS.zoo -> EXTRACT_OPTS_ZOO
EXTRACT_CMD_OPTS_tar.gz -> EXTRACT_OPTS_TAR
|
|
|
|
|
|
NSIS (Nullsoft Scriptable Install System) is a professional open-source tool
for the development of Windows installers. It is designed to be as small and
flexible as possible and is therefore highly suitable for Internet
distribution.
An installer is not only the first experience of a user has with your product,
many software problems can also be solved by providing reliable installation
tools. NSIS allows you to create stable, quick and user friendly installers
that are capable of installing, uninstalling, setting system settings,
extracting files and more. With the NSIS scripting language you can implement
any custom logic you want.
The large collection of plug-ins, scripts and software in the Developer Center
helps you to build full featured installers and provides a solution for almost
every scenario.
|