]> git.pld-linux.org Git - packages/Narval-pda.git/commitdiff
- new spec
authorJacek Konieczny <jajcus@pld-linux.org>
Sat, 20 Oct 2001 14:27:50 +0000 (14:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Narval-pda.spec -> 1.1

Narval-pda.spec [new file with mode: 0644]

diff --git a/Narval-pda.spec b/Narval-pda.spec
new file mode 100644 (file)
index 0000000..27a10df
--- /dev/null
@@ -0,0 +1,40 @@
+Summary:       Personal Digital Asistant
+Summary(pl):   Cyfrowy asystent osobisty
+Name:          pda
+Version:       20011016
+Release:       1
+Source0:       ftp://ftp.logilab.org/pub/narval/applications/%{name}-%{version}.npm
+License:       GPL
+Group:         Applications
+Group(de):     Applikationen
+Group(pl):     Aplikacje
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Requires:      Narval
+Url:           http://www.logilab.org/narval/app.html
+
+%description
+The PDA recipe is an example of how Narval can be used as a simple web
+server to manage your agenda and contact lists. It also shows some of
+Narval introspection features, with recipes showing available recipes,
+actions and transformations, as well as how to instanciate a new plan
+from with a recipe.
+
+%description -l pl
+Recepta PDA to przyk³±d jak NArval mo¿e byæ wyko¿ystany jako prosty
+werwer WWW do zarz±dzania twoim czasem i list± kontaktów.
+
+%prep
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/%{_datadir}/narval/apps
+install %{SOURCE0} $RPM_BUILD_ROOT/%{_datadir}/narval/apps
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_datadir}/narval/apps/*
This page took 0.060703 seconds and 4 git commands to generate.