Fix format in PKGBUILD's
This commit is contained in:
@@ -15,22 +15,22 @@ makedepends=('libbz2-devel' 'openssl-devel' 'zlib-devel' 'libexpat-devel' 'libsq
|
||||
conflicts=('python<3')
|
||||
options=('!makeflags')
|
||||
source=(http://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz
|
||||
Python-2.7.5-reorder-bininstall-ln-symlink-creation.patch
|
||||
python-2.7.5-msys2.patch
|
||||
Python-2.7.5-fix-sqlite-module.patch
|
||||
2.7.5-tkinter-x11.patch
|
||||
2.7.5-ssl-threads.patch
|
||||
2.7.5-no-libm.patch
|
||||
2.7.5-ncurses-abi6.patch
|
||||
2.7.5-getpath-exe-extension.patch
|
||||
2.7.5-FD_SETSIZE.patch
|
||||
2.7.5-export-PySignal_SetWakeupFd.patch
|
||||
2.7.5-export-PyNode_SizeOf.patch
|
||||
2.7.5-dylib.patch
|
||||
2.7.5-dbm.patch
|
||||
2.7.5-ctypes-util-find_library.patch
|
||||
2.7.5-allow-windows-paths-for-executable.patch
|
||||
2.7.6-allow-win-drives-in-os-path-isabs.patch)
|
||||
Python-2.7.5-reorder-bininstall-ln-symlink-creation.patch
|
||||
python-2.7.5-msys2.patch
|
||||
Python-2.7.5-fix-sqlite-module.patch
|
||||
2.7.5-tkinter-x11.patch
|
||||
2.7.5-ssl-threads.patch
|
||||
2.7.5-no-libm.patch
|
||||
2.7.5-ncurses-abi6.patch
|
||||
2.7.5-getpath-exe-extension.patch
|
||||
2.7.5-FD_SETSIZE.patch
|
||||
2.7.5-export-PySignal_SetWakeupFd.patch
|
||||
2.7.5-export-PyNode_SizeOf.patch
|
||||
2.7.5-dylib.patch
|
||||
2.7.5-dbm.patch
|
||||
2.7.5-ctypes-util-find_library.patch
|
||||
2.7.5-allow-windows-paths-for-executable.patch
|
||||
2.7.6-allow-win-drives-in-os-path-isabs.patch)
|
||||
sha1sums=('8321636af2acbeaa68fc635d7dda7369ed446a80'
|
||||
'76474752d5b84ad78d53f418d554b5c706fcbca7'
|
||||
'2b5f115573d089801f023c16bacc08963f039272'
|
||||
@@ -96,17 +96,17 @@ build() {
|
||||
|
||||
export OPT="${CFLAGS}"
|
||||
./configure --build=${CHOST} \
|
||||
--prefix=/usr \
|
||||
--enable-shared \
|
||||
--enable-ipv6 \
|
||||
--with-libc= \
|
||||
--with-libm= \
|
||||
--with-system-expat \
|
||||
--with-system-ffi \
|
||||
--with-threads \
|
||||
ac_cv_func_bind_textdomain_codeset=yes \
|
||||
CPPFLAGS="${CPPFLAGS} -I/usr/include/ncursesw" \
|
||||
LDFLAGS="${LDFLAGS} -L."
|
||||
--prefix=/usr \
|
||||
--enable-shared \
|
||||
--enable-ipv6 \
|
||||
--with-libc= \
|
||||
--with-libm= \
|
||||
--with-system-expat \
|
||||
--with-system-ffi \
|
||||
--with-threads \
|
||||
ac_cv_func_bind_textdomain_codeset=yes \
|
||||
CPPFLAGS="${CPPFLAGS} -I/usr/include/ncursesw" \
|
||||
LDFLAGS="${LDFLAGS} -L."
|
||||
|
||||
make
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user