~ubuntu-branches/ubuntu/precise/grass/precise

« back to all changes in this revision

Viewing changes to swig/perl/R_slope_aspect/README

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2011-04-13 17:08:41 UTC
  • mfrom: (8.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110413170841-ss1t9bic0d0uq0gz
Tags: 6.4.1-1
* New upstream version.
* Now build-dep on libjpeg-dev and current libreadline6-dev.
* Removed patch swig: obsolete.
* Policy bumped to 3.9.2, without changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
R_slope_aspect version 0.01
2
 
===========================
3
 
 
4
 
The README is used to introduce the module and provide instructions on
5
 
how to install the module, any machine dependencies it may have (for
6
 
example C compilers and installed libraries) and any other information
7
 
that should be provided before the module is installed.
8
 
 
9
 
A README file is required for CPAN modules since CPAN extracts the
10
 
README file from a module distribution so that people browsing the
11
 
archive can use it get an idea of the modules uses. It is usually a
12
 
good idea to provide version information here so that people can
13
 
decide whether fixes for the module are worth downloading.
14
 
 
15
 
INSTALLATION
16
 
 
17
 
To install this module type the following:
18
 
 
19
 
   perl Makefile.PL
20
 
   make
21
 
   make test
22
 
   make install
23
 
 
24
 
DEPENDENCIES
25
 
 
26
 
This module requires these other modules and libraries:
27
 
 
28
 
  blah blah blah
29
 
 
30
 
COPYRIGHT AND LICENCE
31
 
 
32
 
Put the correct copyright and licence information here.
33
 
 
34
 
Copyright (C) 2005 by Ari Jolma
35
 
 
36
 
This library is free software; you can redistribute it and/or modify
37
 
it under the same terms as Perl itself, either Perl version 5.8.5 or,
38
 
at your option, any later version of Perl 5 you may have available.
39
 
 
40