mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
dev-util/dmg2img: keyword 20240818 for amd64, x86
Signed-off-by: Dale Sweeney <agooglygooglr@gmail.com>
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user