Fix format in PKGBUILD's
This commit is contained in:
@@ -16,25 +16,25 @@ provides=('python3')
|
||||
replaces=('python3')
|
||||
options=('!makeflags')
|
||||
source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz
|
||||
3.3-ctypes-libpython.patch
|
||||
3.3-ctypes-util-find_library.patch
|
||||
3.3-cygwin-soname.patch
|
||||
3.3-dbm.patch
|
||||
3.3-distutils-shlibext.patch
|
||||
3.3-enable-new-dtags.patch
|
||||
3.3-export-PyNode_SizeOf.patch
|
||||
3.3-export-PySignal_SetWakeupFd.patch
|
||||
3.3-fix-PyAPI-declaration.patch
|
||||
3.3-ncurses-abi6.patch
|
||||
3.3-PATH_MAX.patch
|
||||
3.3-pep3149.patch
|
||||
3.3-ssl-threads.patch
|
||||
3.3-thread-cygwin64.patch
|
||||
3.3-tkinter.patch
|
||||
3.3.2-allow-windows-paths-for-executable.patch
|
||||
3.3.2-cygwin-siginfo.patch
|
||||
python-3.3.2-msys2.patch
|
||||
3.3.3-allow-win-drives-in-os-path-isabs.patch)
|
||||
3.3-ctypes-libpython.patch
|
||||
3.3-ctypes-util-find_library.patch
|
||||
3.3-cygwin-soname.patch
|
||||
3.3-dbm.patch
|
||||
3.3-distutils-shlibext.patch
|
||||
3.3-enable-new-dtags.patch
|
||||
3.3-export-PyNode_SizeOf.patch
|
||||
3.3-export-PySignal_SetWakeupFd.patch
|
||||
3.3-fix-PyAPI-declaration.patch
|
||||
3.3-ncurses-abi6.patch
|
||||
3.3-PATH_MAX.patch
|
||||
3.3-pep3149.patch
|
||||
3.3-ssl-threads.patch
|
||||
3.3-thread-cygwin64.patch
|
||||
3.3-tkinter.patch
|
||||
3.3.2-allow-windows-paths-for-executable.patch
|
||||
3.3.2-cygwin-siginfo.patch
|
||||
python-3.3.2-msys2.patch
|
||||
3.3.3-allow-win-drives-in-os-path-isabs.patch)
|
||||
sha1sums=('af4e75a34bd538c79b9871227c2e7f56569ac107'
|
||||
'd1bef43a80fbc99524fe599dabb84977fc4f458d'
|
||||
'92109d70e398605c075cd969a89a7f16abd1ce59'
|
||||
@@ -92,18 +92,18 @@ build() {
|
||||
cd "${srcdir}/Python-${pkgver}"
|
||||
|
||||
./configure --build=${CHOST} \
|
||||
--prefix=/usr \
|
||||
--build=$MY_TARGET \
|
||||
--enable-shared \
|
||||
--enable-ipv6 \
|
||||
--with-libc= \
|
||||
--with-libm= \
|
||||
--with-system-expat \
|
||||
--with-system-ffi \
|
||||
ac_cv_func_bind_textdomain_codeset=yes \
|
||||
--with-threads \
|
||||
CPPFLAGS="${CPPFLAGS} -I/usr/include/ncursesw" \
|
||||
LDFLAGS="${LDFLAGS} -L."
|
||||
--prefix=/usr \
|
||||
--build=$MY_TARGET \
|
||||
--enable-shared \
|
||||
--enable-ipv6 \
|
||||
--with-libc= \
|
||||
--with-libm= \
|
||||
--with-system-expat \
|
||||
--with-system-ffi \
|
||||
ac_cv_func_bind_textdomain_codeset=yes \
|
||||
--with-threads \
|
||||
CPPFLAGS="${CPPFLAGS} -I/usr/include/ncursesw" \
|
||||
LDFLAGS="${LDFLAGS} -L."
|
||||
|
||||
make
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user