]> git.pld-linux.org Git - packages/acovea-gtk.git/blame - acovea-gtk.spec
- new, NFY (pl)
[packages/acovea-gtk.git] / acovea-gtk.spec
CommitLineData
89c543df 1Summary: A GTK-based User Interface for Acovea
2Name: acovea-gtk
3Version: 1.0.1
4Release: 1
5License: GPL
6Group: X11/Applications
7Source0: http://www.coyotegulch.com/distfiles/%{name}-%{version}.tar.gz
8# Source0-md5: bc659538b0b111715ddf0935ee775b6e
9URL: http://www.coyotegulch.com/products/acovea/acovea-gtk.html
10BuildRequires: gtkmm24-devel
11BuildRequires: libacovea-devel
12BuildRequires: libcoyotl-devel
13BuildRequires: libevocosm-devel
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17The Acovea engine ships with a command-line driver named runacovea. I
18like command-line utilities, and probably spend as much time at the
19prompt as I do clicking buttons. Still, a graphical interface can
20provide a certain ease-of-use that is lacking in a command-line
21application.
22
23%prep
24%setup -q
25
26%build
27%configure
28%{__make}
29
30%install
31rm -rf $RPM_BUILD_ROOT
32
33%{__make} install \
34 DESTDIR=$RPM_BUILD_ROOT
35
36%clean
37rm -rf $RPM_BUILD_ROOT
38
39%files
40%defattr(644,root,root,755)
41%attr(755,root,root) %{_bindir}/*
42%dir %{_datadir}/%{name}/pixmaps
43%{_datadir}/%{name}/pixmaps/*.png
This page took 0.069526 seconds and 4 git commands to generate.