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