gzip/gzip.spec

changeset 603
72fb5257eb82
parent 241
b2ced78b5db3
equal deleted inserted replaced
0:0989510903f2 1:c0e02f8d9324
30 Distribution: OpenPKG Community 30 Distribution: OpenPKG Community
31 Class: CORE 31 Class: CORE
32 Group: Compression 32 Group: Compression
33 License: GPL 33 License: GPL
34 Version: 1.3.13 34 Version: 1.3.13
35 Release: 20091007 35 Release: 20091110
36 36
37 # list of sources 37 # list of sources
38 Source0: ftp://ftp.gnu.org/gnu/gzip/gzip-%{version}.tar.gz 38 Source0: ftp://ftp.gnu.org/gnu/gzip/gzip-%{version}.tar.gz
39 Patch0: gzip.patch 39 Patch0: gzip.patch
40 40
68 %patch -p0 68 %patch -p0
69 69
70 %build 70 %build
71 # configure package 71 # configure package
72 echo "ac_cv_path_shell=%{l_bash}" >config.cache 72 echo "ac_cv_path_shell=%{l_bash}" >config.cache
73 %{l_shtool} subst -e 's/futimens/gzip_&/' gzip.c lib/utimens.[ch]
74 CC="%{l_cc}" \ 73 CC="%{l_cc}" \
75 CFLAGS="%{l_cflags -O}" \ 74 CFLAGS="%{l_cflags -O}" \
76 GREP="grep" \ 75 GREP="grep" \
77 ./configure \ 76 ./configure \
78 --cache-file=./config.cache \ 77 --cache-file=./config.cache \

mercurial