]> git.pld-linux.org Git - packages/dvbtune.git/commitdiff
- initial PLD release auto/th/dvbtune-0_5-1
authorTomasz Pala <gotar@pld-linux.org>
Fri, 29 Jun 2012 13:41:49 +0000 (13:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dvbtune.spec -> 1.1

dvbtune.spec [new file with mode: 0644]

diff --git a/dvbtune.spec b/dvbtune.spec
new file mode 100644 (file)
index 0000000..a63348e
--- /dev/null
@@ -0,0 +1,36 @@
+Summary:       Tuning application for DVB cards
+Name:          dvbtune
+Version:       0.5
+Release:       1
+License:       GPL v2+
+Group:         Networking
+Source0:       http://downloads.sourceforge.net/dvbtools/%{name}-%{version}.tar.gz
+# Source0-md5: 5212564c786f2538db753214e0e21473
+URL:           http://dvbtools.sourceforge.net/
+BuildRequires: libxml2-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Simple tuning application for DVB cards.
+
+%prep
+%setup -q
+
+%build
+%{__make} %{name} xml2vdr \
+       CFLAGS="%{rpmcflags} -I%{_includedir}/libxml2 -DNEWSTRUCT"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install %{name} xml2vdr $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc scripts README
+%attr(755,root,root) %{_bindir}/%{name}
+%attr(755,root,root) %{_bindir}/xml2vdr
This page took 0.078737 seconds and 4 git commands to generate.