aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2023-05-12 17:32:01 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2023-05-12 17:32:01 +0900
commitb1a126552080b523019bc0c21cd7de69a6129a66 (patch)
tree2dd1ea20cb91018202e2ddc363aaac2a49d602cc
parentaae6fad0f163f84e7f16ccc4db6cc4ea4ba257bb (diff)
downloadlinux-firewire-utils-b1a126552080b523019bc0c21cd7de69a6129a66.tar.gz
Rewrite README by RestructuredText
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--README34
-rw-r--r--README.rst46
2 files changed, 46 insertions, 34 deletions
diff --git a/README b/README
deleted file mode 100644
index f15505b..0000000
--- a/README
+++ /dev/null
@@ -1,34 +0,0 @@
-Linux FireWire utilities
-========================
-
-What's this?
-------------
-
-The linux-firewire-utils package contains Linux FireWire utilities for
-listing devices (lsfirewire, lsfirewirephy) and for querying and
-configuring devices (firewire-request, firewire-phy-command).
-
-
-Installation
-------------
-
-This package uses GNU Autoconf; you can use the standard installation
-sequence:
-
- configure
- make
- make install
-
-
-Authors
--------
-
-Clemens Ladisch <clemens@ladisch.de>
-
-
-Links
------
-
-Report bugs to <linux1394-devel@lists.sourceforge.net>.
-
-linux-firewire-utils home page: <https://github.com/cladisch/linux-firewire-utils>.
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..c8c1462
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,46 @@
+========================
+Linux FireWire utilities
+========================
+
+2023/05/12 Takashi Sakamoto
+
+What's this?
+============
+
+The linux-firewire-utils package contains Linux FireWire utilities for
+listing devices (lsfirewire, lsfirewirephy) and for querying and
+configuring devices (firewire-request, firewire-phy-command).
+
+
+Installation
+============
+
+This package uses GNU Autoconf; you can use the standard installation
+sequence.
+
+::
+
+ $ meson (--prefix=directory-to-install) build
+ $ meson compile -C build
+ $ meson install -C build
+
+
+Authors
+=======
+
+* Clemens Ladisch
+* Stefan Richter
+* Takashi Sakamoto
+
+License
+=======
+
+GNU GPL v2; see the file COPYING.
+
+
+Links
+=====
+
+Report bugs to linux1394-devel@lists.sourceforge.net.
+
+home page: `<http://ieee1394.docs.kernel.org/>`_