You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
137 lines
4.6 KiB
137 lines
4.6 KiB
## |
|
## kermit.spec -- OpenPKG RPM Package Specification |
|
## Copyright (c) 2000-2022 OpenPKG Project <http://openpkg.org/> |
|
## |
|
## Permission to use, copy, modify, and distribute this software for |
|
## any purpose with or without fee is hereby granted, provided that |
|
## the above copyright notice and this permission notice appear in all |
|
## copies. |
|
## |
|
## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED |
|
## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
|
## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
|
## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR |
|
## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
|
## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
|
## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF |
|
## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
|
## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
|
## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
|
## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|
## SUCH DAMAGE. |
|
## |
|
|
|
# package version |
|
%define V_major 8.0 |
|
%define V_minor 211 |
|
|
|
# package information |
|
Name: kermit |
|
Summary: The KERMIT Communication Package |
|
URL: http://www.kermit-project.org/ |
|
Vendor: Columbia Univerity |
|
Packager: OpenPKG Project |
|
Distribution: OpenPKG Community |
|
Class: BASE |
|
Group: Communication |
|
License: GPL |
|
Version: %{V_major}.%{V_minor} |
|
Release: 20080101 |
|
|
|
# package options |
|
%option with_fsl yes |
|
|
|
# list of sources |
|
Source0: ftp://kermit.columbia.edu/kermit/archives/cku%{V_minor}.tar.gz |
|
Source1: rc.kermit |
|
Source2: fsl.kermit |
|
Patch0: kermit.patch |
|
|
|
# build information |
|
BuildPreReq: OpenPKG, openpkg >= 20160101, gcc |
|
PreReq: OpenPKG, openpkg >= 20160101 |
|
%if "%{with_fsl}" == "yes" |
|
BuildPreReq: fsl |
|
PreReq: fsl |
|
%endif |
|
|
|
%description |
|
C-Kermit is a combined serial and network communication software package |
|
offering a consistent, medium-independent, cross-platform approach to |
|
connection establishment, terminal sessions, file transfer, character-set |
|
translation, numeric and alphanumeric paging, and automation of |
|
communication tasks. |
|
|
|
%track |
|
prog kermit = { |
|
version = %{V_minor} |
|
url = ftp://kermit.columbia.edu/kermit/archives/ |
|
regex = cku(__VER__)\.tar\.gz |
|
} |
|
|
|
%prep |
|
%setup -q -c |
|
%patch -p0 |
|
|
|
%build |
|
%{l_shtool} subst \ |
|
-e 's;-g -O;-g;g' \ |
|
-e 's;ln -s;ln;g' \ |
|
makefile |
|
case "%{l_platform -t}" in |
|
*-freebsd* ) os="freebsd4" ;; |
|
*-sunos5.7* ) os="solaris7g" ;; |
|
*-sunos5.8* ) os="solaris8g" ;; |
|
*-sunos* ) os="solaris2xg" ;; |
|
*-linux* ) os="linuxnc" ;; |
|
*-netbsd1.5* ) os="netbsd15" ;; |
|
*-netbsd1.6* ) os="netbsd16" ;; |
|
*-netbsd2* ) os="netbsd2" ;; |
|
* ) echo "ERROR: cannot determine platform" 1>&2 |
|
exit 1;; |
|
esac |
|
%{l_make} %{l_mflags} -f makefile \ |
|
CC="%{l_cc}" \ |
|
KFLAGS="-DSYSLOGLEVEL=6" \ |
|
LDFLAGS="%{l_fsl_ldflags}" \ |
|
LIBS="%{l_fsl_libs}" \ |
|
BINDIR=%{l_prefix}/bin \ |
|
MANDIR=%{l_prefix}/man/man1 MANEXT=1 \ |
|
INFODIR=%{l_prefix}/share/kermit \ |
|
$os |
|
|
|
%install |
|
%{l_shtool} mkdir -f -p -m 755 \ |
|
$RPM_BUILD_ROOT%{l_prefix}/bin \ |
|
$RPM_BUILD_ROOT%{l_prefix}/man/man1 \ |
|
$RPM_BUILD_ROOT%{l_prefix}/share/kermit/docs \ |
|
$RPM_BUILD_ROOT%{l_prefix}/var/kermit |
|
%{l_make} %{l_mflags} -f makefile \ |
|
BINDIR=$RPM_BUILD_ROOT%{l_prefix}/bin \ |
|
MANDIR=$RPM_BUILD_ROOT%{l_prefix}/man/man1 MANEXT=1 \ |
|
INFODIR=$RPM_BUILD_ROOT%{l_prefix}/share/kermit/docs \ |
|
install |
|
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/ckermit.ini |
|
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true |
|
|
|
# install run-command script |
|
%{l_shtool} mkdir -f -p -m 755 \ |
|
$RPM_BUILD_ROOT%{l_prefix}/etc/rc.d |
|
%{l_shtool} install -c -m 755 %{l_value -s -a} \ |
|
%{SOURCE rc.kermit} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/ |
|
|
|
# install OSSP fsl configuration |
|
%{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/etc/fsl |
|
%{l_shtool} install -c -m 644 %{l_value -s -a} \ |
|
%{SOURCE fsl.kermit} \ |
|
$RPM_BUILD_ROOT%{l_prefix}/etc/fsl/ |
|
|
|
# determine installation files |
|
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \ |
|
%{l_files_std} \ |
|
'%config %{l_prefix}/etc/fsl/fsl.kermit' |
|
|
|
%files -f files |
|
|
|
%clean |
|
|
|
|