Revision: | 1.4 |
Committed: | Tue May 1 11:25:04 2007 UTC (18 years ago) by elmer |
Branch: | MAIN |
CVS Tags: | CMSSW_1_6_0_pre1, pe20070729b-160p2, pe20070729b-160p1, pe20070729a-160p2, pe20070729a-160p1, pe20070629a-ports, pe20070628e-ports, pe20070628d-ports, pe20070628c-ports, pe20070628b-ports, pe20070628a-ports, pe20070627b-ports, pe20070627a-ports, pe20070626c-ports, pe20070626b-ports, sm20070626a-ports, pe20070626a-ports, pe20070625b-ports, pe20070625a-ports, pe20070624a-ports, pe20070607a-ports, pe20070522a-ports, pe20070519a-ports, pe20070512a-ports, pe20070508a-ports, pe20070507a-ports, pe20070501c-ports, pe20070501b-ports, pe20070501a-ports |
Changes since 1.3: | +0 -2 lines |
Log Message: | Remove gcc-wrappers stuff |
# | Content |
---|---|
1 | ### RPM external apt 0.5.15lorg3.2 |
2 | Source: http://apt-rpm.org/releases/%n-%v.tar.bz2 |
3 | Requires: libxml2 beecrypt rpm zlib bz2lib |
4 | |
5 | %build |
6 | export CFLAGS="-I$BEECRYPT_ROOT/include -I$RPM_ROOT/include" |
7 | export LDFLAGS="-L$BEECRYPT_ROOT/lib -L$RPM_ROOT/lib" |
8 | export LIBS="$LDFLAGS" |
9 | export LIBDIR="$LIBS" |
10 | export LIBXML2_CFLAGS="-I$LIBXML2_ROOT/include/libxml2 -I$BEECRYPT_ROOT/include -I$RPM_ROOT/include" |
11 | export LIBXML2_LIBS="-lxml2 -L$LIBXML2_ROOT/lib -L$BEECRYPT_ROOT/lib -L$RPM_ROOT/lib" |
12 | |
13 | ./configure --prefix=%{i} --exec-prefix=%{i} \ |
14 | --disable-nls \ |
15 | --disable-dependency-tracking \ |
16 | --without-libintl-prefix \ |
17 | --disable-rpath |
18 | make %makeprocesses |