mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
dev-libs/libezV24: drop 0.1.1-r2
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
parent
ce166ae088
commit
bc7802a8a9
@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="library that provides an easy API to Linux serial ports"
|
||||
HOMEPAGE="http://ezv24.sourceforge.net"
|
||||
SRC_URI="https://downloads.sourceforge.net/ezv24/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 ppc sparc x86"
|
||||
|
||||
HTML_DOCS=( api-html/. )
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-build.patch
|
||||
"${FILESDIR}"/${P}-test.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
tc-export AR CC RANLIB
|
||||
sed -i -e 's:__LINUX__:__linux__:' *.c *.h || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
export NO_LDCONFIG="stupid"
|
||||
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" \
|
||||
LIBDIR="${EPREFIX}/usr/$(get_libdir)" install
|
||||
einstalldocs
|
||||
|
||||
find "${ED}" -name '*.a' -delete || die
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user