diff --git a/git/recipe.spec b/git/recipe.spec index 6cb62ec..a60d3bc 100644 --- a/git/recipe.spec +++ b/git/recipe.spec @@ -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