|
|
@@ -33,8 +33,8 @@ Distribution: OpenPKG
|
|
|
Class: PLUS
|
|
|
Group: Editor
|
|
|
License: GPL
|
|
|
-Version: 2.9.8
|
|
|
-Release: 20040207
|
|
|
+Version: 3.0
|
|
|
+Release: 20040510
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://osdn.dl.sourceforge.net/sourceforge/joe-editor/joe-%{version}.tar.gz
|
|
|
@@ -45,8 +45,8 @@ Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20040130, make, gcc
|
|
|
PreReq: OpenPKG, openpkg >= 20040130
|
|
|
-BuildPreReq: ncurses
|
|
|
-PreReq: ncurses
|
|
|
+BuildPreReq: ncurses, libiconv, libutf8
|
|
|
+PreReq: ncurses, libiconv, libutf8
|
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
|
|
|
@@ -77,6 +77,7 @@ AutoReqProv: no
|
|
|
CPPFLAGS="%{l_cppflags}" \
|
|
|
CFLAGS="%{l_cflags -O} %{l_cppflags}" \
|
|
|
LDFLAGS="%{l_ldflags}" \
|
|
|
+ LIBS="-liconv -lutf8" \
|
|
|
./configure \
|
|
|
--prefix=%{l_prefix} \
|
|
|
--sysconfdir=%{l_prefix}/etc/joe
|