]> git.pld-linux.org Git - packages/cankiri.git/commitdiff
- initial PLD release
authorPatryk Zawadzki <patrys@room-303.com>
Sun, 5 Nov 2006 19:25:39 +0000 (19:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cankiri.spec -> 1.1

cankiri.spec [new file with mode: 0644]

diff --git a/cankiri.spec b/cankiri.spec
new file mode 100644 (file)
index 0000000..f951f09
--- /dev/null
@@ -0,0 +1,38 @@
+Summary:       A single file screen recorder for Linux
+Name:          cankiri
+Version:       0.2
+Release:       1
+License:       GPL v2
+Group:         Applications
+Source0:       http://www.tortall.net/~mu/releases/%{name}-%{version}.tar.gz
+# Source0-md5: fcdc903284cfad5c115cb3164b67cd8a
+URL:           http://www.tortall.net/mu/wiki/Cankiri
+%pyrequires_eq python-libs
+Requires:      gstreamer-theora
+Requires:      gstreamer-ximagesrc
+Requires:      python-gnome-extras-egg
+Requires:      python-gstreamer
+Requires:      python-pygtk-gtk
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Cankiri is a single file screen recorder for Linux and other
+systems that run GStreamer 0.10 and PyGTK 2.8
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install cankiri.py $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc NEWS README
+
+%attr(755,root,root) %{_bindir}/cankiri.py
This page took 0.339525 seconds and 4 git commands to generate.