Revision: | 1.2 |
Committed: | Wed Aug 30 13:21:37 2006 UTC (18 years, 8 months ago) by eulisse |
Branch: | MAIN |
CVS Tags: | re20080623, forPHEDEX303, forPHEDEX-datasvc100, forPHEDEX302, forPHEDEX301, forPHEDEX300, forPHEDEX300pre14, forPHEDEX300pre13, forPHEDEX300pre12, forPHEDEX300pre11, forPHEDEX-datasvc002, forPHEDEX-datasvc001, forPHEDEX300pre7, forPHEDEX300pre6, forPHEDEX263, forPHEDEX262_cmsbuild2, forPHEDEX262_cmsbuild, forPHEDEX262, forPHEDEX261-slc3, forPHEDEX261, forPHEDEX260-1, forPHEDEX260, ge20071212-phedex, forPHEDEX2542, forPHEDEX2541, forPHEDEX2540, forPHEDEX2536, forPHEDEX2535, forPHEDEX2534, forPHEDEX2533, forPHEDEX2532, forPHEDEX2531, forPHEDEX253, forPHEDEX252, pe20070414b-ports, pe20070414a-ports, forPHEDEX251-micro-pre1, pe20070412b-ports, pe20070412a-ports, pe20070411a-ports, pe20070409a-ports, forPHEDEX251, forPHEDEX250, forPHEDEX242, forPHEDEX241, pe060927 |
Changes since 1.1: | +15 -12 lines |
Log Message: | I think I'm the first person on the planet who compiled apt from sources. It is obvious that the original version was typeded-in in form of 0s and 1s, copied from a monolith found somewhere on the moon that was secretly brought to earth by one of the Apollo missions. |
# | User | Rev | Content |
---|---|---|---|
1 | eulisse | 1.2 | ### 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 | ratnik | 1.1 | |
5 | %build | ||
6 | eulisse | 1.2 | 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 | ratnik | 1.1 | |
13 | eulisse | 1.2 | ./configure --prefix=%{i} --exec-prefix=%{i} \ |
14 | --disable-nls \ | ||
15 | --disable-dependency-tracking \ | ||
16 | --without-libintl-prefix \ | ||
17 | --disable-rpath | ||
18 | make %makeprocesses |