From cd9f5d5289fc7830bc5eafc3e9a17aec402aef2f Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 07 Jan 2021 19:14:58 -0500 Subject: Add packages --- (limited to 'libss.2.pkg') diff --git a/libss.2.pkg/control b/libss.2.pkg/control new file mode 100644 index 0000000..791ce4d --- /dev/null +++ b/libss.2.pkg/control @@ -0,0 +1,12 @@ +Architecture: any +Platform: all +Section: lib +Depends: + e2fsprogs-common (= ${Source-Version}), + ${Shlib-Depends}, +Description: Subsystem command parsing library + 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. diff --git a/libss.2.pkg/files b/libss.2.pkg/files new file mode 100644 index 0000000..a7fc5ba --- /dev/null +++ b/libss.2.pkg/files @@ -0,0 +1 @@ +/usr/lib/*/libss.so.* -- cgit v0.9.1