~ubuntu-branches/debian/jessie/basket/jessie

« back to all changes in this revision

Viewing changes to basket.spec

  • Committer: Bazaar Package Importer
  • Author(s): Sune Vuorela
  • Date: 2008-06-25 20:11:23 UTC
  • mfrom: (4.1.11 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080625201123-06wsi9dla3rs3486
Tags: 1.0.2-5
* Also allow automake 1.10 usage - and just build-dep on automake i
  (Closes: #487981)
* Bye bye ana

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
%define name BasKet
2
 
%define version 0.5.0
3
 
%define release 0.5.0
 
1
%define name basket
 
2
%define version 1.0.2
 
3
%define release mantic0
4
4
 
5
 
Summary: A set of baskets to keep a full range of data on hand.
 
5
Summary: Taking care of your ideas.
6
6
Name: %{name}
7
7
Version: %{version}
8
8
Release: %{release}
9
 
Copyright: GPL
 
9
License: GPL
10
10
Vendor: slaout@linux62.org
11
11
Url: http://basket.kde.org/
12
 
Packager: <app packager here <packager@email here>>
 
12
Packager: packages@mantic.org
13
13
Group: Utils
14
 
Source: %{name}-%{version}.tar.bz2
 
14
Source: %{name}-%{version}.tar.gz
15
15
BuildRoot: %{_tmppath}/%{name}-%{version}
16
16
 
17
17
%description
18
 
A set of baskets to keep a full range of data on hand.
19
 
It offer tabs (the baskets) where you can drop or paste every sort of content:
20
 
text, rich text, image, animation, sound, file, link, app launcher, color...
21
 
and you can edit, arrange or drag off those items.
22
 
It's useful to take notes (not only text ones), but also to collect a lot of
23
 
data (from internet, documents, conversations...) and its HTML exportation
24
 
feature allow you to present the result of your search to everybody else...
 
18
Taking care of your ideas.
 
19
A note-taking application that makes it easy to write down ideas as you think, and quickly find them back later. Organizing your notes has never been so easy.
25
20
 
26
21
%prep
27
22
%setup
40
35
 
41
36
%build
42
37
%configure
43
 
%make
 
38
#%make
44
39
 
45
40
%install
46
41
make install DESTDIR=$RPM_BUILD_ROOT