|
|
@@ -32,8 +32,8 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [EVAL]
|
|
|
Group: Terminal
|
|
|
License: GPL
|
|
|
-Version: 2.4
|
|
|
-Release: 20030430
|
|
|
+Version: 2.5
|
|
|
+Release: 20030503
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.vanheusden.com/multitail/multitail-%{version}.tgz
|
|
|
@@ -60,7 +60,7 @@ AutoReqProv: no
|
|
|
%build
|
|
|
libs="-lncurses"
|
|
|
case "%{l_target}" in
|
|
|
- *-freebsd* | *-linux* ) libs="-lutil" ;;
|
|
|
+ *-freebsd* | *-linux* ) libs="$libs -lutil" ;;
|
|
|
esac
|
|
|
%{l_make} %{l_mflags} \
|
|
|
CC="%{l_cc}" \
|