summaryrefslogtreecommitdiffstats
path: root/libss.2-dev.pkg
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-01-07 19:14:58 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-01-08 01:05:35 (EST)
commitcd9f5d5289fc7830bc5eafc3e9a17aec402aef2f (patch)
tree04d3b9274d99b93659c3b0a2b36058fe3ee6d767 /libss.2-dev.pkg
parentafaa9df616a6c805f915d52ffc063edd4b8be88a (diff)
Add packages
Diffstat (limited to 'libss.2-dev.pkg')
-rw-r--r--libss.2-dev.pkg/control15
-rw-r--r--libss.2-dev.pkg/files5
2 files changed, 20 insertions, 0 deletions
diff --git a/libss.2-dev.pkg/control b/libss.2-dev.pkg/control
new file mode 100644
index 0000000..ec2782d
--- /dev/null
+++ b/libss.2-dev.pkg/control
@@ -0,0 +1,15 @@
+Architecture: any
+Platform: all
+Section: libdev
+Depends:
+ e2fsprogs-common (= ${Source-Version}),
+ libss.2 (= ${Binary-Version}),
+Description: Subsystem command parsing library - development files
+ libss provides a simple command-line interface parser which will accept input
+ from the user, parse the command into an argv argument vector, and then
+ dispatch it to a handler function.
+ .
+ It was originally inspired by the Multics SubSystem library.
+ .
+ This package provides development files for the subsystem command parsing
+ library.
diff --git a/libss.2-dev.pkg/files b/libss.2-dev.pkg/files
new file mode 100644
index 0000000..f23f1e1
--- /dev/null
+++ b/libss.2-dev.pkg/files
@@ -0,0 +1,5 @@
+/usr/bin/mk_cmds
+/usr/include/ss/
+/usr/lib/*/libss.so
+/usr/lib/*/pkgconfig/ss.pc
+/usr/share/ss/