]> git.pld-linux.org Git - packages/NuppelVideo.git/blob - NuppelVideo.spec
- initial revision
[packages/NuppelVideo.git] / NuppelVideo.spec
1 Summary:        Fast movie recorder and player for linux
2 Name:           NuppelVideo
3 Version:        0.52a
4 Release:        1
5 License:        GNU
6 Group:          X11/Applications/Multimedia
7 Group(de):      X11/Applikationen/Multimedia
8 Group(pl):      X11/Aplikacje/Multimedia
9 Source0:        %{name}-%{version}.tar.gz
10 Patch0:         %{name}-make.patch
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %define         _prefix         /usr/X11R6
14
15 %description
16 NuppelVideo is a simple low consuming and fast capture program
17 for bttv-cards (BT8x8) it is based on the RTjpeg2.0 test3* programs
18 from Justin Schoemann , who wrote the very fast and fine RTjpeg2.0
19 codec (improved by Joerg Walter and Wim Taymans).
20
21 %prep
22 %setup  -q
23 %patch0 -p1
24
25 %build
26 %{__make}
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 %{__make} \
31         DESTDIR=$RPM_BUILD_ROOT \
32         BINDIR=%{_bindir} \
33         install
34
35 gzip -9nf README* LICENSE*
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %attr(755,root,root) %{_bindir}/*
43 %doc *.gz
This page took 0.024093 seconds and 3 git commands to generate.