ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/libtiff.spec
Revision: 1.1
Committed: Tue Apr 25 13:33:45 2006 UTC (19 years ago) by eulisse
Branch: MAIN
Log Message:
First added to repository. This way we do not depend on system one.

File Contents

# User Rev Content
1 eulisse 1.1 ### RPM external libtiff 3.8.2
2     Source: http://dl.maptools.org/dl/libtiff/tiff-%{v}.zip
3     Requires: libjpg
4     Requires: zlib
5    
6     %prep
7     %setup -n tiff-%{v}
8     %build
9     ./configure --prefix=%{i} \
10     --with-zlib-lib-dir=$ZLIB_ROOT/lib \
11     --with-zlib-include-dir=$ZLIB_ROOT/include \
12     --with-jpeg-lib-dir=$ZLIB_ROOT/lib \
13     --with-jpeg-include-dir=$ZLIB_ROOT/include \
14    
15     make %makeprocesses