termux-packages/packages/qemu-system-x86-64-headless/qemu-utils.subpackage.sh
Leonid Pliushch 7c48dbd1fc
rename package: qemu-system-x86_64-headless --> qemu-system-x86-64-headless
DEB package should not have "_" (underscore) in name.
2020-12-08 12:38:08 +00:00

14 lines
345 B
Bash

TERMUX_SUBPKG_DESCRIPTION="A set of utilities for working with the QEMU emulators"
TERMUX_SUBPKG_DEPENDS="glib, libbz2, libcurl, libgcrypt, libnfs, libssh, zlib"
TERMUX_SUBPKG_DEPEND_ON_PARENT=no
TERMUX_SUBPKG_INCLUDE="
bin/elf2dmp
bin/qemu-edid
bin/qemu-img
bin/qemu-io
bin/qemu-nbd
share/man/man1/qemu-img.1.gz
share/man/man8/qemu-nbd.8.gz
"