]> git.pld-linux.org Git - packages/applnk.git/blame - applnk.spec
- from scrach.
[packages/applnk.git] / applnk.spec
CommitLineData
b624d1a9 1Summary: AppLnk - base directories tree used for storing desktop/kdelnk menu entries
2Name: applnk
3Version: 1.0
4Release: 1
5License: GPL
6Group: Base
7Source0: ftp://ftp.pld.org.pl/software/applnk/%{name}-%{version}.tar.gz
8BuildArch: noarch
9BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
10
11%description
12Base directories tree used for storing desktop/kdelnk menu entries.
13Package contains also full description this hierary (descriprions wit
14translations and order menu entries data).
15
16%prep
17%setup -q
18
19%install
20rm -rf $RPM_BUILD_ROOT
21install -d $RPM_BUILD_ROOT%{_applnkdir}
22
23cp -ar .order * $RPM_BUILD_ROOT%{_applnkdir}
24
25%clean
26rm -rf $RPM_BUILD_ROOT
27
28%files
29%defattr(644,root,root,755)
30%{_applnkdir}
This page took 0.035489 seconds and 4 git commands to generate.