mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
dev-embedded/qdl: drop 2.2
Signed-off-by: Quincy Fleming <quincyf467@protonmail.com>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST qdl-2.2.tar.gz 39645 BLAKE2B 89a552f174461f561cdee8c30d58f312cabaad7d417a3e37919bd6f9367e33a191aaf26b93cae3bbbf0665de1fcc9076d300ff3a9f4ff3da2e51b249bc18737e SHA512 b06669d80e8d40aab33f50418cb3894d9eba1442fc141961a9a92799c724c37bdfa10706a2fbe376b7bfdfe49b608cfbda3dfd7814f1c1cf41fe44af101c9c43
|
||||
DIST qdl-2.4.tar.gz 49938 BLAKE2B 691dc7e6625ea7c19c62aed41a4bb6c63b8371c1f1182b88e5b0173b8cd5e5799e23ef99e4c09f82cd5d4060bc5b48e96a607ee9d6e19104a5d42c4adc797d82 SHA512 e7cf3780a15f43e66addb6f8e0ce7702b5a311980e0d3ce6c30d67bbe53994777189b58ea85843f44665fa6ad5784e723ace893bb07a248b8dc7f88c34bec10c
|
||||
|
||||
@@ -1,34 +0,0 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="Tool to communicate with Qualcomm System On a Chip bootroms"
|
||||
HOMEPAGE="https://github.com/linux-msm/qdl"
|
||||
SRC_URI="https://github.com/linux-msm/qdl/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/libusb
|
||||
dev-libs/libxml2
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
src_compile() {
|
||||
PKG_CONFIG=$(tc-getPKG_CONFIG)
|
||||
emake CC=$(tc-getCC) \
|
||||
"CFLAGS=${CFLAGS} `${PKG_CONFIG} --cflags libxml-2.0 libusb-1.0`" \
|
||||
"LDFLAGS=${LDFLAGS} `${PKG_CONFIG} --libs libxml-2.0 libusb-1.0`"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake prefix="${EPREFIX}/usr" DESTDIR="${D}" install
|
||||
dodoc {README.md,LICENSE}
|
||||
}
|
||||
Reference in New Issue
Block a user