|
|
|
@ -32,8 +32,8 @@ Packager: The OpenPKG Project |
|
|
|
Distribution: OpenPKG [BRK] |
|
|
|
Distribution: OpenPKG [BRK] |
|
|
|
Group: X11 |
|
|
|
Group: X11 |
|
|
|
License: GPL |
|
|
|
License: GPL |
|
|
|
Version: 3.0.2 |
|
|
|
Version: 3.0.3 |
|
|
|
Release: 20020227 |
|
|
|
Release: 20020401 |
|
|
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
# list of sources |
|
|
|
Source0: ftp://ftp.trolltech.com/qt/source/qt-x11-free-%{version}.tar.gz |
|
|
|
Source0: ftp://ftp.trolltech.com/qt/source/qt-x11-free-%{version}.tar.gz |
|
|
|
@ -41,8 +41,8 @@ Source0: ftp://ftp.trolltech.com/qt/source/qt-x11-free-%{version}.tar.gz |
|
|
|
# build information |
|
|
|
# build information |
|
|
|
Prefix: %{l_prefix} |
|
|
|
Prefix: %{l_prefix} |
|
|
|
BuildRoot: %{l_buildroot} |
|
|
|
BuildRoot: %{l_buildroot} |
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20020206, jpeg, png, zlib |
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20020206, X11, jpeg, png, zlib |
|
|
|
PreReq: OpenPKG, openpkg >= 20020206 |
|
|
|
PreReq: OpenPKG, openpkg >= 20020206, X11 |
|
|
|
AutoReq: no |
|
|
|
AutoReq: no |
|
|
|
AutoReqProv: no |
|
|
|
AutoReqProv: no |
|
|
|
|
|
|
|
|
|
|
|
@ -67,8 +67,14 @@ AutoReqProv: no |
|
|
|
echo "yes" | ./configure \ |
|
|
|
echo "yes" | ./configure \ |
|
|
|
-release -shared \ |
|
|
|
-release -shared \ |
|
|
|
-sm -no-nas-sound -no-thread -qt-gif -system-libjpeg \ |
|
|
|
-sm -no-nas-sound -no-thread -qt-gif -system-libjpeg \ |
|
|
|
-system-libpng -system-zlib -I%{l_prefix}/include \ |
|
|
|
-system-libpng -system-zlib \ |
|
|
|
-L%{l_prefix}/lib -R%{l_prefix}/lib -ljpeg -lpng -lz |
|
|
|
-I`%{l_prefix}/etc/rc --query x11_incdir` \ |
|
|
|
|
|
|
|
-L`%{l_prefix}/etc/rc --query x11_libdir` \ |
|
|
|
|
|
|
|
-R`%{l_prefix}/etc/rc --query x11_libdir` \ |
|
|
|
|
|
|
|
-I%{l_prefix}/include \ |
|
|
|
|
|
|
|
-L%{l_prefix}/lib \ |
|
|
|
|
|
|
|
-R%{l_prefix}/lib \ |
|
|
|
|
|
|
|
-ljpeg -lpng -lz |
|
|
|
%{l_make} %{l_mflags -O} \ |
|
|
|
%{l_make} %{l_mflags -O} \ |
|
|
|
MAKE="%{l_make} %{l_mflags -O}" \ |
|
|
|
MAKE="%{l_make} %{l_mflags -O}" \ |
|
|
|
symlinks src-moc sub-src sub-tools |
|
|
|
symlinks src-moc sub-src sub-tools |
|
|
|
|