dev-util/dmg2img: keyword 20240818 for amd64, x86

Signed-off-by: Dale Sweeney <agooglygooglr@gmail.com>
This commit is contained in:
Dale Sweeney
2024-08-18 20:20:45 -04:00
parent 2cb45836b9
commit 5aa5332e16
3 changed files with 3 additions and 9 deletions

View File

@@ -12,20 +12,19 @@ S="${WORKDIR}/${PN}-${COMMIT}"
DESCRIPTION="Convert Apple disk images to IMG format."
HOMEPAGE="https://github.com/Lekensteyn/dmg2img"
LICENSE="GPL-2"
KEYWORDS="amd64 x86"
SLOT="0"
IUSE="lzfse"
DEPEND="
app-arch/bzip2
dev-libs/openssl
sys-libs/zlib
lzfse? ( dev-libs/lzfse )
"
RDEPEND="${DEPEND}"
BDEPEND="${DEPEND}"
src_compile() {
emake HAVE_LZFSE=$(usex lzfse 1 0) CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
}
src_install() {

View File

@@ -11,19 +11,17 @@ DESCRIPTION="Convert Apple disk images to IMG format."
HOMEPAGE="https://github.com/Lekensteyn/dmg2img"
LICENSE="GPL-2"
SLOT="0"
IUSE="lzfse"
DEPEND="
app-arch/bzip2
dev-libs/openssl
sys-libs/zlib
lzfse? ( dev-libs/lzfse )
"
RDEPEND="${DEPEND}"
BDEPEND="${DEPEND}"
src_compile() {
emake HAVE_LZFSE=$(usex lzfse 1 0) CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
}
src_install() {

View File

@@ -12,7 +12,4 @@
<remote-id type="github">Lekensteyn/dmg2img</remote-id>
<bugs-to>https://github.com/Lekensteyn/dmg2img/issues</bugs-to>
</upstream>
<use>
<flag name="lzfse">Enable support for Apple's LZFSE compression</flag>
</use>
</pkgmetadata>