diff options
Diffstat (limited to 'packages/sys-block/nbd/nbd.exlib')
-rw-r--r-- | packages/sys-block/nbd/nbd.exlib | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/sys-block/nbd/nbd.exlib b/packages/sys-block/nbd/nbd.exlib new file mode 100644 index 0000000..c02d9e3 --- /dev/null +++ b/packages/sys-block/nbd/nbd.exlib @@ -0,0 +1,17 @@ +# Distributed under the terms of the GNU General Public License v2 +# Copyright 2019 Gluzskiy Alexandr <sss@sss.chaoslab.ru> + +require github [ user=NetworkBlockDevice tag=v${PV} ] +require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.15 ] ] + +SLOT="0" +LICENCES="GPL-2" + +DEPENDENCIES=" + build: + app-text/docbook-utils +" + +#tests require net, can be configured via esandbox allow_net +#disabled for now +RESTRICT="test" |