]> git.pld-linux.org Git - packages/applnk.git/blob - applnk.spec
680c86e6904b1b413666858ddae12545d04d1582
[packages/applnk.git] / applnk.spec
1 Summary:        Applnk - base directories tree used for storing desktop/kdelnk menu entries
2 Summary(pl):    Applnk - bazowa struktura katalogów z opisami do plików desktop/kdelnk
3 Name:           applnk
4 Version:        1.5.7
5 Release:        1
6 License:        GPL
7 Group:          Base
8 Source0:        ftp://ftp.pld.org.pl/software/applnk/%{name}-%{version}.tar.gz
9 Conflicts:      wmconfig < 0.9.10-5
10 BuildArch:      noarch
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %define         _prefix         /usr/X11R6
14
15 %description
16 Base directories tree used for storing desktop/kdelnk menu entries.
17 Package also contains full description of this hierarchy (descriptions
18 with translations and menu order).
19
20 %description -l pl
21 Bazowa struktura katalogów u¿ywana do przechowywania plików
22 desktop/kdelnk opisu elementów menu ze spisem aplikacji. Pakiet
23 zawiera pe³ny opis hierarchii katalogów (w plikach .directory) wraz z
24 t³umaczeniami tych opisów, a tak¿e opis sposobu uszeregowania
25 grup/elementów katalogów.
26
27 %prep
28 %setup -q
29
30 %build
31 %configure
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install DESTDIR=$RPM_BUILD_ROOT
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %{_applnkdir}
44 %{_pixmapsdir}/*
This page took 0.02574 seconds and 3 git commands to generate.