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