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