]> git.pld-linux.org Git - packages/acidlaunch.git/blob - acidlaunch.spec
- missing dir
[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
21 %description
22 acidlaunch is a small, light-weight app launcher with a simple
23 XML-based configuration syntax. It's written in C++ using gtk,
24 gdk-pixbuf and libxml2. It's great as a small, simple app launcher,
25 and it can optionally run in a withdrawn mode for embedding in the
26 blackbox slit.
27
28 %description -l pl
29 acidlaunch jest ma³ym, lekkim programem do uruchamiania aplikacji z
30 konfiguracj± o prostej sk³adni, bazuj±c± na XML-u. Jest napisany w C++
31 z u¿yciem gtk, gdk-pixbuf i libxml2. Jest wspania³y jako ma³e
32 narzêdzie do uruchamiania aplikacji i mo¿e opcjonalnie uruchamiaæ w
33 trybie osadzenia w szczelinie blackboksa.
34
35 %prep
36 %setup  -q
37
38 %build
39 rm -f missing
40 %{__aclocal}
41 %{__autoconf}
42 %{__automake}
43 %configure
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48 install -d $RPM_BUILD_ROOT{%{_mandir}/man3}
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT \
52         m4datadir=%{_aclocaldir}
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %doc ChangeLog AUTHORS NEWS README
60 %attr(755,root,root) %{_bindir}/acidlaunch
61 %dir %{_datadir}/%{name}
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.057026 seconds and 4 git commands to generate.