summaryrefslogtreecommitdiff
path: root/packages/app-arch/mt-st/mt-st.exlib
diff options
context:
space:
mode:
Diffstat (limited to 'packages/app-arch/mt-st/mt-st.exlib')
-rw-r--r--packages/app-arch/mt-st/mt-st.exlib16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/app-arch/mt-st/mt-st.exlib b/packages/app-arch/mt-st/mt-st.exlib
new file mode 100644
index 0000000..262d7d7
--- /dev/null
+++ b/packages/app-arch/mt-st/mt-st.exlib
@@ -0,0 +1,16 @@
+# Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru>
+# Distributed under the terms of the GNU General Public License v2
+
+require github [ user=iustin tag=mt-st-${PV} force_git_clone=true ]
+
+export_exlib_phases src_install
+
+SUMMARY="control magnetic tape drive operation"
+LICENCES="GPL-2"
+SLOT="0"
+
+mt-st_src_install() {
+ dobin mt stinit
+ doman mt.1 stinit.8
+ dodoc README* stinit.def.examples
+}