diff options
-rw-r--r-- | packages/sys-block/nbd/nbd-scm.exheres-0 | 10 | ||||
-rw-r--r-- | packages/sys-block/nbd/nbd.exlib | 17 |
2 files changed, 27 insertions, 0 deletions
diff --git a/packages/sys-block/nbd/nbd-scm.exheres-0 b/packages/sys-block/nbd/nbd-scm.exheres-0 new file mode 100644 index 0000000..5d563bd --- /dev/null +++ b/packages/sys-block/nbd/nbd-scm.exheres-0 @@ -0,0 +1,10 @@ +# Copyright 2019 Gluzskiy Alexandr <sss@sss.chaoslab.ru> +# Distributed under the terms of the GNU General Public License v2 + +require nbd + +PLATFORMS="~amd64 ~x86" + +src_prepare() { + edo ./autogen.sh +} 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" |