You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/libpcre-debian/libpcre-debian-8.ebuild

23 lines
525 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit multilib multilib-minimal
DESCRIPTION="libpcre.so.3 symlink for compatibility with Debian"
HOMEPAGE="http://www.pcre.org/"
LICENSE="BSD"
SLOT="3"
KEYWORDS="~amd64 ~x86"
RDEPEND="dev-libs/libpcre:${SLOT}[${MULTILIB_USEDEP}]"
S="${WORKDIR}"
multilib_src_install() {
dosym $(multilib_is_native_abi || echo /usr)/$(get_libdir)/libpcre.so.1 \
/usr/$(get_libdir)/debiancompat/libpcre.so.3
}