]> git.pld-linux.org Git - packages/acidlaunch.git/blob - acidlaunch.spec
53f60c50210df1b97566438f4c9203e77e5629ee
[packages/acidlaunch.git] / acidlaunch.spec
1 Summary:        Small, light-weight app launcher with a simple XML-based configuration
2 Summary(pl.UTF-8):      Mały, lekki program do uruchamiania aplikacji z prostą konfiguracją w XML-u
3 Name:           acidlaunch
4 Version:        0.5
5 Release:        1
6 License:        GPL v2.1
7 Group:          X11/Applications
8 Source0:        http://linuxgamers.net/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  7c90e429d5883b9f109a52e024597fab
10 URL:            http://linuxgamers.net/infoPage.php?page=acidlaunchh
11 BuildRequires:  XFree86-devel
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gdk-pixbuf-devel > 0.9.0
15 BuildRequires:  gtk+-devel
16 BuildRequires:  libtool
17 BuildRequires:  libxml2-devel > 2.4.0
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 acidlaunch is a small, light-weight app launcher with a simple
22 XML-based configuration syntax. It's written in C++ using gtk,
23 gdk-pixbuf and libxml2. It's great as a small, simple app launcher,
24 and it can optionally run in a withdrawn mode for embedding in the
25 blackbox slit.
26
27 %description -l pl.UTF-8
28 acidlaunch jest małym, lekkim programem do uruchamiania aplikacji z
29 konfiguracją o prostej składni, bazującą na XML-u. Jest napisany w C++
30 z użyciem gtk, gdk-pixbuf i libxml2. Jest wspaniały jako małe
31 narzędzie do uruchamiania aplikacji i może opcjonalnie uruchamiać w
32 trybie osadzenia w szczelinie blackboksa.
33
34 %prep
35 %setup  -q
36
37 %build
38 rm -f missing
39 %{__aclocal}
40 %{__autoconf}
41 %{__automake}
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47 install -d $RPM_BUILD_ROOT{%{_mandir}/man3}
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT \
51         m4datadir=%{_aclocaldir}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc ChangeLog AUTHORS NEWS README
59 %attr(755,root,root) %{_bindir}/acidlaunch
60 %dir %{_datadir}/%{name}
61 %{_datadir}/%{name}/default.png
62 %{_datadir}/%{name}/config.xml
63 %{_mandir}/man1/*.1*
This page took 0.050125 seconds and 3 git commands to generate.