Revision: | 1.4 |
Committed: | Tue May 1 10:53:03 2007 UTC (18 years ago) by elmer |
Branch: | MAIN |
CVS Tags: | 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-wrapper stuff |
# | User | Rev | Content |
---|---|---|---|
1 | argiro | 1.1 | ### RPM external uuid 1.38 |
2 | # Patches by Lassi A. Tuura <lat@iki.fi> (FIXME: contribute to e2fsprogs) | ||
3 | Source: http://switch.dl.sourceforge.net/sourceforge/e2fsprogs/e2fsprogs-%v.tar.gz | ||
4 | |||
5 | #Patch0: uuid | ||
6 | #Patch1: uuid-osx | ||
7 | |||
8 | %prep | ||
9 | %setup -n e2fsprogs-%v | ||
10 | #%patch0 | ||
11 | #%ifos darwin | ||
12 | #%patch1 | ||
13 | #endif | ||
14 | |||
15 | %build | ||
16 | ./configure $([ $(uname) != Darwin ] && echo --enable-elf-shlibs) --prefix=%i | ||
17 | make lib/ext2fs/ext2_types.h | ||
18 | cd lib/uuid | ||
19 | make | ||
20 | |||
21 | %install | ||
22 | mkdir -p %i/lib | ||
23 | mkdir -p %i/include | ||
24 | cd lib/uuid | ||
25 | make install | ||
26 | eulisse | 1.2 | %post |
27 | ln -sf $RPM_INSTALL_PREFIX/%cmsplatf/external/%n/%v/lib/libuuid.so.1.2 $RPM_INSTALL_PREFIX/%cmsplatf/external/%n/%v/lib/libuuid.so |