|
|
|
|
@ -42,7 +42,7 @@ Distribution: OpenPKG [BASE]
|
|
|
|
|
Group: Graphics |
|
|
|
|
License: GPL |
|
|
|
|
Version: %{V_major}.%{V_minor} |
|
|
|
|
Release: 20030607 |
|
|
|
|
Release: 20030707 |
|
|
|
|
|
|
|
|
|
# package options |
|
|
|
|
%option with_perl no |
|
|
|
|
@ -54,8 +54,10 @@ Source0: ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-%{V_dist}.ta
|
|
|
|
|
# build information |
|
|
|
|
Prefix: %{l_prefix} |
|
|
|
|
BuildRoot: %{l_buildroot} |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20030103, make, gcc, tiff, jpeg, bzip2, zlib, png, freetype |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20030103, make, gcc |
|
|
|
|
PreReq: OpenPKG, openpkg >= 20030103 |
|
|
|
|
BuildPreReq: tiff, jpeg, bzip2, zlib, png, freetype |
|
|
|
|
PreReq: tiff, jpeg, bzip2, zlib, png, freetype |
|
|
|
|
%if "%{with_perl}" == "yes" |
|
|
|
|
BuildPreReq: perl |
|
|
|
|
PreReq: perl |
|
|
|
|
|