pkg://zicq-0.2.9-7.src.rpm:111656/zicq.spec
info downloads
Name: zicq
Version: 0.2.9
Release: 7
Summary: zicq is an ncurses based ICQ client for text mode unix
Copyright: redistributable
Group: Applications/Communications
Source: zicq-.2.9.tar.gz
Patch0: patch-z.diff
BuildRoot: /tmp/zicq-root
Packager: Brian Bruns <bruns@Magenet.com>
Distribution: MageNet Linux - Glide Release
%changelog
* Tue Mar 7 2000 Brian Bruns <bruns@magenet.com>
- Rebuild for MageNet Linux Release 1.0
* Mon Aug 2 1999 Brian Bruns <bruns@magenet.com>
- Update with bug fix patch
* Tue Apr 6 1999 Brian Bruns <bruns@Magenet.com>
- Update to .2.9
- Included man page
* Sat Mar 20 1999 Brian Bruns <bruns@Magenet.com>
- First build
%description
This program is designed as a text mode unix ICQ since the only
ICQ client that will run on a unix box is the java version which is
slow and resource intensive.
%prep
%setup -q -n zicq-.2.9
%patch0 -p1
%build
make
strip zicq
%install
mkdir -p $RPM_BUILD_ROOT/usr/bin
install -m 755 zicq $RPM_BUILD_ROOT/usr/bin
mkdir -p $RPM_BUILD_ROOT/usr/man/man1
install -m 644 zicq.1 $RPM_BUILD_ROOT/usr/man/man1/zicq.1
%clean
rm -rf $RPM_BUILD_ROOT
%files
%doc README commands.txt icq091.txt
/usr/bin/zicq
/usr/man/man1/zicq.1