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