blob: 624fa0d2a438ae97417db2bceb55a59e84cfbb31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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"
DEPENDENCIES=""
MYOPTIONS=""
mt-st_src_install() {
dobin mt stinit
doman mt.1 stinit.8
dodoc README* stinit.def.examples
}
|