|
|
|
|
@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
|
|
|
|
|
Group: XWindow |
|
|
|
|
License: GPL |
|
|
|
|
Version: 0.94 |
|
|
|
|
Release: 20021202 |
|
|
|
|
Release: 20021204 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://osdn.dl.sourceforge.net/sourceforge/xplanet/xplanet-nomap-%{version}.tar.gz |
|
|
|
|
@ -41,8 +41,8 @@ Source0: http://osdn.dl.sourceforge.net/sourceforge/xplanet/xplanet-nomap-%
|
|
|
|
|
# build information |
|
|
|
|
Prefix: %{l_prefix} |
|
|
|
|
BuildRoot: %{l_buildroot} |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20021020, X11, gcc, freetype, jpeg, png, tiff |
|
|
|
|
PreReq: OpenPKG, openpkg >= 20021020, X11 |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20021204, X11, gcc, freetype, jpeg, png, tiff |
|
|
|
|
PreReq: OpenPKG, openpkg >= 20021204, X11 |
|
|
|
|
AutoReq: no |
|
|
|
|
AutoReqProv: no |
|
|
|
|
|
|
|
|
|
@ -65,7 +65,7 @@ AutoReqProv: no
|
|
|
|
|
CC="%{l_cc}" \ |
|
|
|
|
CXX="%{l_cxx}" \ |
|
|
|
|
CFLAGS="%{l_cflags -O}" \ |
|
|
|
|
CXXFLAGS="%{l_cflags -O} -Wno-deprecated" \ |
|
|
|
|
CXXFLAGS="%{l_cxxflags -O} -Wno-deprecated" \ |
|
|
|
|
CPPFLAGS="%{l_cppflags} -I%{l_prefix}/include/tiff" \ |
|
|
|
|
LDFLAGS="%{l_ldflags}" \ |
|
|
|
|
./configure \ |
|
|
|
|
@ -84,7 +84,7 @@ AutoReqProv: no
|
|
|
|
|
--without-gl \ |
|
|
|
|
--without-glut |
|
|
|
|
CFLAGS="%{l_cflags -O}" \ |
|
|
|
|
CXXFLAGS="%{l_cflags -O} -Wno-deprecated" \ |
|
|
|
|
CXXFLAGS="%{l_cxxflags -O} -Wno-deprecated" \ |
|
|
|
|
CPPFLAGS="%{l_cppflags} -I%{l_prefix}/include/tiff" \ |
|
|
|
|
LDFLAGS="%{l_ldflags}" \ |
|
|
|
|
%{l_make} %{l_mflags -O} |
|
|
|
|
|