blob: 171a560f89059b2608523b353df3f6459e006d6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru>
# Distributed under the terms of the GNU General Public License v2
require sourceforge [ suffix=tar.gz ]
require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.15 ] ]
SUMMARY="Utilities for controlling SCSI media changers and tape drives"
LICENCES="GPL-2"
SLOT="0"
MYOPTIONS=""
DEFAULT_SRC_PREPARE_PATCHES=(
"${FILES}"/destdir.patch
)
|