]> git.pld-linux.org Git - packages/barnowl.git/blame - barnowl.spec
- new
[packages/barnowl.git] / barnowl.spec
CommitLineData
2c4fd5dc
ER
1Summary: A curses-based tty Jabber, IRC, AIM and Zephyr client
2Name: barnowl
3Version: 1.8.1
4Release: 0.1
5# Perl libraries LGPL v2.1
6License: BSD, LGPL v2.1
7Group: Applications/Communications
8Source0: http://barnowl.mit.edu/dist/%{name}-%{version}-src.tgz
9# Source0-md5: ef8d2a71fc8d63ec2f9f4512a22c516b
10URL: http://barnowl.mit.edu/
11BuildRequires: autoconf
12BuildRequires: glib2-devel
13BuildRequires: openssl-devel
14BuildRequires: perl-AnyEvent
15BuildRequires: perl-Class-Accessor
16BuildRequires: perl-Glib-devel
17BuildRequires: perl-devel
18BuildRequires: pkg-config
19BuildRequires: zip
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23BarnOwl is a fully integrated tty‐based instant messaging client.
24Currently it supports AOL Instant Messenger, MIT Zephyr, Jabber, IRC,
25and Twitter. It is curses‐based, allows for emacs‐style editing of
26outgoing messages, and uses Perl as an extension and configuration
27language. BarnOwl will also run happily without a configuration file.
28
29%prep
30%setup -q -n %{name}-%{version}-src
31
32%build
33%configure
34%{__make}
35
36%install
37rm -rf $RPM_BUILD_ROOT
38%{__make} install \
39 DESTDIR=$RPM_BUILD_ROOT
40
41%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
48%doc AUTHORS COPYING README ChangeLog doc/*.txt examples
49%attr(755,root,root) %{_bindir}/barnowl
50%attr(755,root,root) %{_bindir}/zcrypt
51%{_datadir}/%{name}
52%{_mandir}/man1/barnowl.1*
This page took 0.08274 seconds and 4 git commands to generate.