git: right dependencies, grooming

master
Philippe PITTOLI 2019-09-05 23:55:50 +02:00
parent 13d3b83ab4
commit 3c8e14caad
1 changed files with 8 additions and 13 deletions

View File

@ -7,29 +7,24 @@ build-dependencies:
- curl
- openssl-dev
- perl
- gmp
- mpfr
- autoconf
- automake
- mpc
- gettext
dependencies:
- binutils
# -i prevents the use of gettext (msgfmt)
options:
- make: -i
- make: -i -j1
- make install: -i
@configure
cd %{name}-%{version}
make distclean
autoconf
./configure --without-tcltk --disable-nls --enable-openssl
@build
cd %{name}-%{version}
make -i 1>/dev/null
@install
cd %{name}-%{version}
make -i install DESTDIR="%{pkg}"
./configure \
--prefix=%{prefix} \
--without-tcltk \
--disable-nls \
--enable-openssl