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-dev.pkg') 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/ -- cgit v0.9.1