Misc staged git gettext and gnutar.
This commit is contained in:
parent
a5e68e70c6
commit
997042c081
21
gettext/recipe.spec
Normal file
21
gettext/recipe.spec
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
name: gettext
|
||||||
|
version: 0.20.1
|
||||||
|
release: 1
|
||||||
|
sources: https://ftp.gnu.org/pub/gnu/gettext/gettext-%{version}.tar.gz
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- mpfr
|
||||||
|
- mpc
|
||||||
|
- binutils
|
||||||
|
|
||||||
|
@configure
|
||||||
|
cd %{name}-%{version}
|
||||||
|
./configure
|
||||||
|
|
||||||
|
@build
|
||||||
|
cd %{name}-%{version}
|
||||||
|
make
|
||||||
|
|
||||||
|
@install
|
||||||
|
cd %{name}-%{version}
|
||||||
|
make install DESTDIR=%{pkg}
|
31
git/recipe.spec
Normal file
31
git/recipe.spec
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
name: git
|
||||||
|
version: 2.9.5
|
||||||
|
release: 1
|
||||||
|
sources: https://mirrors.edge.kernel.org/pub/software/scm/git/git-%{version}.tar.xz
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- perl
|
||||||
|
- gmp
|
||||||
|
- mpfr
|
||||||
|
- autoconf
|
||||||
|
- automake
|
||||||
|
- mpc
|
||||||
|
- binutils
|
||||||
|
|
||||||
|
# -i prevents the use of gettext (msgfmt)
|
||||||
|
options:
|
||||||
|
- make: -i
|
||||||
|
|
||||||
|
@configure
|
||||||
|
cd %{name}-%{version}
|
||||||
|
make distclean
|
||||||
|
autoconf
|
||||||
|
./configure --without-tcltk --disable-nls
|
||||||
|
|
||||||
|
@build
|
||||||
|
cd %{name}-%{version}
|
||||||
|
make -i 1>/dev/null
|
||||||
|
|
||||||
|
@install
|
||||||
|
cd %{name}-%{version}
|
||||||
|
make -i install DESTDIR="%{pkg}"
|
8
gnutar/recipe.spec
Normal file
8
gnutar/recipe.spec
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
name: gnutar
|
||||||
|
version: 1.32
|
||||||
|
release: 1
|
||||||
|
sources: http://ftp.gnu.org/gnu/tar/tar-%{version}.tar.gz
|
||||||
|
dirname: tar-%{version}
|
||||||
|
options:
|
||||||
|
- configure: FORCE_UNSAFE_CONFIGURE=1
|
||||||
|
|
Reference in New Issue
Block a user