]> git.pld-linux.org Git - packages/camE.git/commitdiff
- initial pld release
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 3 Sep 2003 14:11:35 +0000 (14:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    camE.spec -> 1.1

camE.spec [new file with mode: 0644]

diff --git a/camE.spec b/camE.spec
new file mode 100644 (file)
index 0000000..5b98a7b
--- /dev/null
+++ b/camE.spec
@@ -0,0 +1,41 @@
+Name:          camE
+Summary:        A rewrite of the xawtv webcam app, which adds imlib2 support.
+Version:       1.6
+Release:       1
+License:       GPL
+Group:         X11/Applications/Multimedia
+Source0:       http://linuxbrit.co.uk/downloads/%{name}-%{version}.tar.gz
+# Source0-md5: 0f67f1e077c43d1baa71ff1d6958e959
+URL:           http://linuxbrit.co.uk/camE
+BuildRequires: giblib-devel
+BuildRequires: imlib2-devel
+BuildRequires: freetype1-devel
+BuildRequires: curl-devel
+BuildRequires: perl-base
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+camE is a rewrite of the xawtv webcam app, which adds imlib2 support
+and thus many new possibilities.
+
+%prep
+%setup -q
+
+%build
+perl -pi -e 's/-O3 -g -Wall/%{rpmcflags}/' Makefile
+%{__make} \
+       CC="%{__cc}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install %{name} $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS *.style example.camErc*
+%attr(755,root,root) %{_bindir}/%{name}
This page took 0.052625 seconds and 4 git commands to generate.