]> git.pld-linux.org Git - packages/alevt.git/blob - alevt.spec
- spec adapterized.
[packages/alevt.git] / alevt.spec
1 Summary:        Teletext decoder and browser for the bttv based card
2 Summary(pl):    Dekoder Teletekstu
3 Summary(de):    Videotext/Teletext
4 Name:           alevt
5 Version:        1.6.0
6 Release:        1
7 License:        GNU
8 Group:          X11/Applications
9 Group(de):      X11/Applikationen
10 Group(pl):      X11/Aplikacje
11 Source0:        http://user.exit.de/froese/%{name}/%{name}-%{version}.tar.gz
12 Patch0:         %{name}-time-include.patch
13 URL:            http://user.exit.de/froese/
14 BuildRequires:  XFree86-devel
15 BuildRequires:  libpng >= 1.0.8
16 BuildRequires:  zlib-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %define         _prefix         /usr/X11R6
20 %define         _mandir         %{_prefix}/man
21
22 %description
23 AleVT is a teletext/videotext decoder and browser for the bttv driver
24 (/dev/vbi) and X11. It features multiple windows, a page cache, regexp
25 searching, built-in manual, and more. There's also a program to get
26 the time from teletext and one to capture teletext pages from scripts.
27
28 %description -l pl
29 Dekoder oraz przegl±darka teletekstu. Pakiet ten umo¿liwia
30 przegl±danie stron telegazety.
31
32 %description -l de
33 X11 Videotextdecoder für den bttv Treiber.
34
35 %prep
36 %setup -q -n alevt-%{version}
37
38 %patch0 -p1
39
40 %build
41 %{__make} OPT="%{rpmcflags}"
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
46
47 install alevt alevt-date alevt-cap ${RPM_BUILD_ROOT}%{_bindir}
48 install {alevt-cap.1,alevt-date.1,alevt.1x} $RPM_BUILD_ROOT%{_mandir}/man1
49
50 gzip -9nf README CHANGELOG
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc *.gz
58 %attr(755,root,root) %{_bindir}/*
59 %{_mandir}/man1/*
This page took 0.077964 seconds and 4 git commands to generate.