summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-07-29 04:18:08 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-07-29 04:18:08 +0300
commit2d6150c9126732323e3560f06dc7ec3989a88b74 (patch)
treeada85cc6d08633f90bdcac25975a7da9df67aad6
parentf2960c7999bd68b22423598d43bc6ec5603e830b (diff)
mt-st added
-rw-r--r--metadata/categories.conf1
-rw-r--r--packages/app-arch/mt-st/mt-st-1.3.exheres-06
-rw-r--r--packages/app-arch/mt-st/mt-st.exlib16
3 files changed, 23 insertions, 0 deletions
diff --git a/metadata/categories.conf b/metadata/categories.conf
index dbc3666..ffef60a 100644
--- a/metadata/categories.conf
+++ b/metadata/categories.conf
@@ -1,3 +1,4 @@
+app-arch
app-backup
app-misc
dev-libs
diff --git a/packages/app-arch/mt-st/mt-st-1.3.exheres-0 b/packages/app-arch/mt-st/mt-st-1.3.exheres-0
new file mode 100644
index 0000000..e60ed8d
--- /dev/null
+++ b/packages/app-arch/mt-st/mt-st-1.3.exheres-0
@@ -0,0 +1,6 @@
+# Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru>
+# Distributed under the terms of the GNU General Public License v2
+
+require mt-st
+
+PLATFORMS="~amd64 ~x86"
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
+}