diff options
Diffstat (limited to 'packages/sys-block/nbd/nbd-scm.exheres-0')
-rw-r--r-- | packages/sys-block/nbd/nbd-scm.exheres-0 | 10 |
1 files changed, 10 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 +} |