dovecot/dovecot.spec

changeset 149
31dfae41ec78
parent 148
f6edc24e328f
child 150
07c8003461c6
equal deleted inserted replaced
0:dfefb36cf34e 1:05ce7d2fdf7b
37 Distribution: OpenPKG Community 37 Distribution: OpenPKG Community
38 Class: EVAL 38 Class: EVAL
39 Group: Mail 39 Group: Mail
40 License: MIT+LGPL 40 License: MIT+LGPL
41 Version: %{V_major}.%{V_minor} 41 Version: %{V_major}.%{V_minor}
42 Release: 20090319 42 Release: 20090408
43 43
44 # package options 44 # package options
45 %option with_fsl yes 45 %option with_fsl yes
46 %option with_pam yes 46 %option with_pam yes
47 %option with_ldap no 47 %option with_ldap no
160 CC="%{l_cc}" \ 160 CC="%{l_cc}" \
161 CFLAGS="%{l_cflags -O}" \ 161 CFLAGS="%{l_cflags -O}" \
162 CPPFLAGS="$cppflags" \ 162 CPPFLAGS="$cppflags" \
163 LDFLAGS="$ldflags" \ 163 LDFLAGS="$ldflags" \
164 LIBS="$libs" \ 164 LIBS="$libs" \
165 GREP="grep" \
165 ./configure \ 166 ./configure \
166 --prefix=%{l_prefix} \ 167 --prefix=%{l_prefix} \
167 --sysconfdir=%{l_prefix}/etc/dovecot \ 168 --sysconfdir=%{l_prefix}/etc/dovecot \
168 --with-ssldir=%{l_prefix}/etc/dovecot/ssl \ 169 --with-ssldir=%{l_prefix}/etc/dovecot/ssl \
169 --datadir=%{l_prefix}/share/dovecot \ 170 --datadir=%{l_prefix}/share/dovecot \
226 ( cd dovecot-sieve-%{V_major}.%{V_minor_sieve} 227 ( cd dovecot-sieve-%{V_major}.%{V_minor_sieve}
227 CC="%{l_cc}" \ 228 CC="%{l_cc}" \
228 CFLAGS="%{l_cflags -O}" \ 229 CFLAGS="%{l_cflags -O}" \
229 CPPFLAGS="%{l_cppflags}" \ 230 CPPFLAGS="%{l_cppflags}" \
230 LDFLAGS="%{l_ldflags}" \ 231 LDFLAGS="%{l_ldflags}" \
232 GREP="grep" \
231 ./configure \ 233 ./configure \
232 --prefix=%{l_prefix} \ 234 --prefix=%{l_prefix} \
233 --with-dovecot=.. 235 --with-dovecot=..
234 %{l_make} %{l_mflags -O} 236 %{l_make} %{l_mflags -O}
235 ) || exit $? 237 ) || exit $?

mercurial