]> git.pld-linux.org Git - packages/elinks.git/blob - elinks.spec
ffae17b9ee108c3cecb6de8ef7cc5609a240272e
[packages/elinks.git] / elinks.spec
1 %define snap    20020101 
2 Summary:        Experimantal Links (text WWW browser)
3 Summary(pl):    Eksperymentalne Links (tekstowa przegl±darka WWW)
4 Name:           elinks
5 Version:        0.2.1
6 Release:        1
7 License:        GPL
8 Group:          Applications/Networking
9 Group(de):      Applikationen/Netzwerkwesen
10 Group(pl):      Aplikacje/Sieciowe
11 Source0:        http://pasky.ji.cz/elinks/%{name}-%{version}.tar.bz2
12 Source1:        %{name}.desktop
13 URL:            http://pasky.ji.cz/elinks/
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  gpm-devel
17 BuildRequires:  ncurses-devel => 5.1
18 BuildRequires:  openssl-devel >= 0.9.6a
19 Provides:       webclient
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 This is the elinks tree - intended to provide feature-rich version of
24 links, however not rock-stable and dedicated mainly for testing. Its
25 purpose is to make alternative to links, until Mikulas will have some
26 time to maintain it, and to test and tune various patches for Mikulas
27 to be able to include them in the official links releases.
28
29 %description -l pl
30 Bogata w opcje i mo¿liwo¶ci wersja tekstowej przegl±darki www - links.
31 elinks jednak jest dedykowana g³ównie do testowania.
32
33 %prep
34 %setup -q -n %{name}-%{snap}
35
36 %build
37 rm -f missing
38 aclocal
39 autoconf
40 automake -a -c
41 %configure
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 install -d $RPM_BUILD_ROOT%{_applnkdir}/Network/WWW
47
48 %{__make} install DESTDIR=$RPM_BUILD_ROOT
49
50 mv -f $RPM_BUILD_ROOT%{_bindir}/links           $RPM_BUILD_ROOT%{_bindir}/%{name}
51 mv -f $RPM_BUILD_ROOT%{_mandir}/man1/links.1    $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
52
53 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/WWW
54
55 gzip -9nf AUTHORS BUGS ChangeLog README SITES TODO
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc *.gz
63 %attr(755,root,root) %{_bindir}/*
64 %{_applnkdir}/Network/WWW/*
65 %{_mandir}/man*/*
This page took 0.059983 seconds and 3 git commands to generate.