]> git.pld-linux.org Git - packages/barnowl.git/blob - barnowl.spec
- new
[packages/barnowl.git] / barnowl.spec
1 Summary:        A curses-based tty Jabber, IRC, AIM and Zephyr client
2 Name:           barnowl
3 Version:        1.8.1
4 Release:        0.1
5 # Perl libraries LGPL v2.1
6 License:        BSD, LGPL v2.1
7 Group:          Applications/Communications
8 Source0:        http://barnowl.mit.edu/dist/%{name}-%{version}-src.tgz
9 # Source0-md5:  ef8d2a71fc8d63ec2f9f4512a22c516b
10 URL:            http://barnowl.mit.edu/
11 BuildRequires:  autoconf
12 BuildRequires:  glib2-devel
13 BuildRequires:  openssl-devel
14 BuildRequires:  perl-AnyEvent
15 BuildRequires:  perl-Class-Accessor
16 BuildRequires:  perl-Glib-devel
17 BuildRequires:  perl-devel
18 BuildRequires:  pkg-config
19 BuildRequires:  zip
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 BarnOwl is a fully integrated tty‐based instant messaging client.
24 Currently it supports AOL Instant Messenger, MIT Zephyr, Jabber, IRC,
25 and Twitter. It is curses‐based, allows for emacs‐style editing of
26 outgoing messages, and uses Perl as an extension and configuration
27 language. 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
37 rm -rf $RPM_BUILD_ROOT
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}
42
43 %clean
44 rm -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.072648 seconds and 3 git commands to generate.