]> git.pld-linux.org Git - packages/acidlaunch.git/blob - acidlaunch.spec
- "a one blank line too far" mission (more to come)
[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-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:  libtool
15 BuildRequires:  gdk-pixbuf-devel > 0.9.0
16 BuildRequires:  gtk+-devel
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
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 %attr(644,root,root) %{_datadir}/%{name}/default.png
62 %attr(644,root,root) %{_datadir}/%{name}/config.xml
63 %{_mandir}/man1/*.1*
This page took 0.049422 seconds and 3 git commands to generate.