mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-gfx/sane-airscan: drop 0.99.27
Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41919 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
1bb27363d7
commit
7ab2cf4d08
@@ -1,40 +0,0 @@
|
||||
# Copyright 2021-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="SANE backend for AirScan (eSCL) and WSD document scanners"
|
||||
HOMEPAGE="https://github.com/alexpevzner/sane-airscan"
|
||||
SRC_URI="https://github.com/alexpevzner/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
|
||||
DEPEND="
|
||||
net-dns/avahi
|
||||
net-libs/gnutls
|
||||
dev-libs/libxml2
|
||||
virtual/jpeg
|
||||
media-libs/libpng
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
media-gfx/sane-backends
|
||||
"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${PN}-0.99.27-makefile-fixes.patch" )
|
||||
|
||||
src_compile() {
|
||||
emake \
|
||||
CFLAGS="${CFLAGS}" \
|
||||
CPPFLAGS="${CPPFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS}" \
|
||||
CC="$(tc-getCC)" \
|
||||
AR="$(tc-getAR)"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" COMPRESS= STRIP= install
|
||||
}
|
||||
Reference in New Issue
Block a user