diff options
5 files changed, 46 insertions, 0 deletions
diff --git a/packages/dev-python/configshell-fb/configshell-fb-scm.exheres-0 b/packages/dev-python/configshell-fb/configshell-fb-scm.exheres-0 new file mode 100644 index 0000000..4a3dbce --- /dev/null +++ b/packages/dev-python/configshell-fb/configshell-fb-scm.exheres-0 @@ -0,0 +1,7 @@ +# Copyright 2019 Gluzskiy Alexandr <sss@sss.chaoslab.ru> +# Distributed under the terms of the GNU General Public License v2 + +require configshell-fb + +PLATFORMS="~amd64 ~x86" + diff --git a/packages/dev-python/configshell-fb/configshell-fb.exlib b/packages/dev-python/configshell-fb/configshell-fb.exlib new file mode 100644 index 0000000..e043245 --- /dev/null +++ b/packages/dev-python/configshell-fb/configshell-fb.exlib @@ -0,0 +1,14 @@ +# Distributed under the terms of the GNU General Public License v2 +# Copyright 2019 Gluzskiy Alexandr <sss@sss.chaoslab.ru> + +require setup-py [ import=distutils ] +require github [ user=open-iscsi tag=v${PV} ] + +SUMMARY="A Python library for building configuration shells" + +SLOT="0" +LICENCES="Apache-2.0" + +DEPENDENCIES=" +" + diff --git a/packages/dev-python/rtslib-fb/rtslib-fb-scm.exheres-0 b/packages/dev-python/rtslib-fb/rtslib-fb-scm.exheres-0 new file mode 100644 index 0000000..e7a1487 --- /dev/null +++ b/packages/dev-python/rtslib-fb/rtslib-fb-scm.exheres-0 @@ -0,0 +1,7 @@ +# Copyright 2019 Gluzskiy Alexandr <sss@sss.chaoslab.ru> +# Distributed under the terms of the GNU General Public License v2 + +require rtslib-fb + +PLATFORMS="~amd64 ~x86" + diff --git a/packages/dev-python/rtslib-fb/rtslib-fb.exlib b/packages/dev-python/rtslib-fb/rtslib-fb.exlib new file mode 100644 index 0000000..4f0e379 --- /dev/null +++ b/packages/dev-python/rtslib-fb/rtslib-fb.exlib @@ -0,0 +1,14 @@ +# Distributed under the terms of the GNU General Public License v2 +# Copyright 2019 Gluzskiy Alexandr <sss@sss.chaoslab.ru> + +require setup-py [ import=distutils ] +require github [ user=open-iscsi tag=v${PV} ] + +SUMMARY="A Python object API for managing the Linux LIO kernel target" + +SLOT="0" +LICENCES="Apache-2.0" + +DEPENDENCIES=" +" + diff --git a/packages/sys-block/targetcli-fb/targetcli-fb.exlib b/packages/sys-block/targetcli-fb/targetcli-fb.exlib index cd8ab62..b6f2166 100644 --- a/packages/sys-block/targetcli-fb/targetcli-fb.exlib +++ b/packages/sys-block/targetcli-fb/targetcli-fb.exlib @@ -13,6 +13,8 @@ LICENCES="Apache-2.0" DEPENDENCIES=" run: dev-python/configshell-fb + dev-python/pyudev + dev-python/rtslib-fb " targetcli-fb_src_install () { @@ -20,4 +22,6 @@ targetcli-fb_src_install () { edo mkdir -p "${IMAGE}/${SYSTEMDSYSTEMUNITDIR}/" edo mv "${IMAGE}"/lib/systemd/system/targetclid.service "${IMAGE}"/lib/systemd/system/targetclid.socket "${IMAGE}/${SYSTEMDSYSTEMUNITDIR}"/ edo rm -rf "${IMAGE}"/lib + doman "${WORK}"/targetcli.8 + doman "${WORK}"/targetclid.8 } |