]> git.pld-linux.org Git - packages/dvgrab.git/commitdiff
- dv grabbing utility. initial PLD release
authoradasi <adasi@pld-linux.org>
Sat, 5 Apr 2003 15:16:54 +0000 (15:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dvgrab.spec -> 1.1

dvgrab.spec [new file with mode: 0644]

diff --git a/dvgrab.spec b/dvgrab.spec
new file mode 100644 (file)
index 0000000..d26e5a9
--- /dev/null
@@ -0,0 +1,31 @@
+Summary:       DV grabbing utility
+Name:          dvgrab
+Version:       1.2
+Release:       0.1
+License:       GPL
+Group:         Applications/Multimedia
+Source0:       %{name}-%{version}.tar.gz
+Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+dvgrab is an utility for grabbing video/audio from an
+ieee1394-compliant device as VCR or camcoder.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} DESTDIR=$RPM_BUILD_ROOT install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%doc %{_mandir}/man1/*
This page took 0.048403 seconds and 4 git commands to generate.