]> git.pld-linux.org Git - packages/Narval-pda.git/blob - Narval-pda.spec
- some pld.org.pl->pld-linux.org cosmetics
[packages/Narval-pda.git] / Narval-pda.spec
1 %define short_name pda
2
3 Summary:        Personal Digital Asistant
4 Summary(pl):    Cyfrowy asystent osobisty
5 Name:           Narval-%{short_name}
6 Version:        20011016
7 Release:        1
8 Source0:        ftp://ftp.logilab.org/pub/narval/applications/%{short_name}-%{version}.npm
9 License:        GPL
10 Group:          Applications
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12 Requires:       Narval
13 Url:            http://www.logilab.org/narval/app.html
14
15 %description
16 The PDA recipe is an example of how Narval can be used as a simple web
17 server to manage your agenda and contact lists. It also shows some of
18 Narval introspection features, with recipes showing available recipes,
19 actions and transformations, as well as how to instanciate a new plan
20 from with a recipe.
21
22 %description -l pl
23 Recepta PDA to przyk³ad jak Narval mo¿e byæ wykorzystany jako prosty
24 serwer WWW do zarz±dzania twoim czasem i list± kontaktów.
25
26 %prep
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT/%{_datadir}/narval/apps
31 install %{SOURCE0} $RPM_BUILD_ROOT/%{_datadir}/narval/apps
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %{_datadir}/narval/apps/*
This page took 0.094021 seconds and 3 git commands to generate.