]> git.pld-linux.org Git - packages/applnk.git/commitdiff
- from scrach.
authorkloczek <kloczek@pld-linux.org>
Fri, 26 May 2000 22:37:59 +0000 (22:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    applnk.spec -> 1.1

applnk.spec [new file with mode: 0644]

diff --git a/applnk.spec b/applnk.spec
new file mode 100644 (file)
index 0000000..ef44ab9
--- /dev/null
@@ -0,0 +1,30 @@
+Summary:       AppLnk - base directories tree used for storing desktop/kdelnk menu entries
+Name:          applnk
+Version:       1.0
+Release:       1
+License:       GPL
+Group:         Base
+Source0:       ftp://ftp.pld.org.pl/software/applnk/%{name}-%{version}.tar.gz
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Base directories tree used for storing desktop/kdelnk menu entries.
+Package contains also full description this hierary (descriprions wit
+translations and order menu entries data).
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_applnkdir}
+
+cp -ar .order * $RPM_BUILD_ROOT%{_applnkdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_applnkdir}
This page took 0.053573 seconds and 4 git commands to generate.