|
|
|
|
@ -37,7 +37,7 @@ Distribution: OpenPKG [PLUS]
|
|
|
|
|
Group: Language |
|
|
|
|
License: GPL |
|
|
|
|
Version: %{V_here} |
|
|
|
|
Release: 20030918 |
|
|
|
|
Release: 20031019 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: ftp://ftp.cs.arizona.edu/icon/packages/unix/icon.v%{V_real}src.tgz |
|
|
|
|
@ -66,8 +66,8 @@ AutoReqProv: no
|
|
|
|
|
case "%{l_platform -t}" in |
|
|
|
|
*-freebsd* ) name="freebsd" ;; |
|
|
|
|
*-linux* ) name="linux" ;; |
|
|
|
|
ix86-sunos* ) name="intel_solaris" ;; |
|
|
|
|
sparc*-sunos* ) name="sun_gcc" ;; |
|
|
|
|
i?86-sunos* ) name="intel_solaris" ;; |
|
|
|
|
sun*-sunos* ) name="sun_gcc" ;; |
|
|
|
|
* ) echo "platform %{l_platform -t} not supported" 1>&2; exit 1 ;; |
|
|
|
|
esac |
|
|
|
|
%{l_make} %{l_mflags} Configure name=$name |
|
|
|
|
|