c7e102a61a6da95e5d6164360258ce86ea4cd9f1
* remove sed for cgi, cgi is deprecated and about to be dropped * remove CPPFLAGS/LDFLAGS. it leaks into sysconfig and builds fine without it * don't set CXX (defaults to g++ otherwise). nure sure why an absolute path is needed here and not for CC. It builds fine without it. * remove ac_cv_func_bind_textdomain_codeset override, gets detected correctly * drop LC_CTYPE, we default to utf-8 * remove EXTRA_CFLAGS, cpython supports CFLAGS since forever * remove some optdepends commented code
MSYS2-packages
Package scripts for MSYS2.
To build these, run msys2_shell.cmd then from the bash prompt. Packages from the base-devel package is an implicit build time dependency. Make sure it is installed before attempting to build any package:
pacman -S --needed base-devel
cd ${package-name}
makepkg
To install the built package(s).
pacman -U ${package-name}*.pkg.tar.xz
License
MSYS2-packages is licensed under BSD 3-Clause "New" or "Revised" License. A full copy of the license is provided in LICENSE.
Description
Releases
1
srcinfo-cache
Latest
Languages
Shell
90.5%
C
4.3%
Python
1.6%
Roff
1.2%
Perl
1.1%
Other
1.2%