]> git.pld-linux.org Git - packages/em8300.git/commitdiff
- initial spec from template.spec;
authorrrw <rrw@hell.pl>
Tue, 2 Jul 2002 10:34:25 +0000 (10:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    em8300.spec -> 1.1

em8300.spec [new file with mode: 0644]

diff --git a/em8300.spec b/em8300.spec
new file mode 100644 (file)
index 0000000..b12c65a
--- /dev/null
@@ -0,0 +1,54 @@
+Summary:       dxr3 and h+ driver
+Summary(pl):   sterowniki dla dxr3 i h+
+Name:          em8300
+Version:       0.12
+Release:       0
+License:       GPL
+Group:         Base/Kernel
+Source0:       http://dxr3.sourceforge.net/download/%{name}-%{version}.tar.gz
+URL:           http://dxr3.sourceforge.net/
+Provides:      dxr3
+BuildRequires: kernel-headers
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+em8300 is a Linux driver for Creative DXR3 and Sigma Designs Hollywood+
+cards. Both cards are hardware MPEG1, MPEG2, AC3 decoders. Additionaly
+Xine and MPlayer with help of this driver allow you to play all
+the video formats that they recognise through the tv-out of these cards.
+
+%description -l pl
+
+em8300 pozwala na uruchomienie pod Linuksem kart Creative DXR3
+i Sigma Designs Hollywood+. Obie karty, o prawie identycznej konstrukcji
+s± sprzêtowymi dekoderami MPEG1, MPEG2 i AC3. Programy Xine i MPlayer
+pozwalaj± przy u¿yciu tego sterownika na odtwarzanie przez wyj¶cie
+telewizyjne tych kart nie tylko w/w formatów, ale tak¿e wszystkich
+formatów video, które te programy rozpoznaj±.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%preun
+
+%post
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
This page took 0.05776 seconds and 4 git commands to generate.