Revision: | 1.1 |
Committed: | Fri Mar 17 10:26:14 2006 UTC (19 years, 1 month ago) by eulisse |
Branch: | MAIN |
CVS Tags: | test2 |
Log Message: | Required by clarens. First added to repository. |
# | User | Rev | Content |
---|---|---|---|
1 | eulisse | 1.1 | ### RPM external apr-util 1.2.2 |
2 | Source: http://mirror.switch.ch/mirror/apache/dist/apr/%{n}-%{v}.tar.gz | ||
3 | Requires: apr mysql sqlite expat | ||
4 | %build | ||
5 | ./configure --prefix=%{i} \ | ||
6 | --with-apr=$APR_ROOT \ | ||
7 | --with-mysql=$MYSQL_ROOT \ | ||
8 | --with-sqlite3=$SQLITE_ROOT \ | ||
9 | --with-expat=$EXPAT_ROOT | ||
10 | make %makeprocesses |