0:69c693434a4e | 1:e6fbd2aa8b5d |
---|---|
34 Distribution: OpenPKG Community | 34 Distribution: OpenPKG Community |
35 Class: BASE | 35 Class: BASE |
36 Group: Mail | 36 Group: Mail |
37 License: BSD | 37 License: BSD |
38 Version: %{V_mutt} | 38 Version: %{V_mutt} |
39 Release: 20110123 | 39 Release: 20120800 |
40 | 40 |
41 # build options | 41 # build options |
42 %option with_pop yes | 42 %option with_pop yes |
43 %option with_imap yes | 43 %option with_imap yes |
44 %option with_smtp yes | 44 %option with_smtp yes |
71 %if "%{with_ssl}" == "yes" | 71 %if "%{with_ssl}" == "yes" |
72 BuildPreReq: openssl | 72 BuildPreReq: openssl |
73 PreReq: openssl | 73 PreReq: openssl |
74 %endif | 74 %endif |
75 %if "%{with_sasl}" == "yes" | 75 %if "%{with_sasl}" == "yes" |
76 BuildPreReq: sasl | 76 BuildPreReq: sasl, pkgconfig |
77 PreReq: sasl | 77 PreReq: sasl |
78 %endif | 78 %endif |
79 %if "%{with_hcache}" == "yes" | 79 %if "%{with_hcache}" == "yes" |
80 BuildPreReq: qdbm | 80 BuildPreReq: qdbm |
81 PreReq: qdbm | 81 PreReq: qdbm |