diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2016-05-09 08:55:16 +0100 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2016-05-09 08:55:16 +0100 |
commit | 8ccf2531924e65aac2c6be8ba7e849ff011fe91e (patch) | |
tree | d3f5007a5024489969805eecdb90d7a809c72a40 /net-libs/libpri/libpri-1.5.0.ebuild | |
parent | www-apps/moodle: version bumps (diff) | |
download | gentoo-8ccf2531924e65aac2c6be8ba7e849ff011fe91e.tar.gz gentoo-8ccf2531924e65aac2c6be8ba7e849ff011fe91e.tar.bz2 gentoo-8ccf2531924e65aac2c6be8ba7e849ff011fe91e.zip |
net-libs/libpri: Version bump to 1.5.0 thanks to Oliver Jaksch. Closes bug #582442.
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-libs/libpri/libpri-1.5.0.ebuild')
-rw-r--r-- | net-libs/libpri/libpri-1.5.0.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/net-libs/libpri/libpri-1.5.0.ebuild b/net-libs/libpri/libpri-1.5.0.ebuild new file mode 100644 index 000000000000..35a82da326cb --- /dev/null +++ b/net-libs/libpri/libpri-1.5.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +MY_P="${P/_/-}" +S="${WORKDIR}/${MY_P}" + +DESCRIPTION="Primary Rate ISDN (PRI) library" +HOMEPAGE="http://www.asterisk.org/" +SRC_URI="http://downloads.asterisk.org/pub/telephony/${PN}/releases/${MY_P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +PATCHES=( + "${FILESDIR}/${PN}-1.4.13-multilib.patch" + "${FILESDIR}/${PN}-1.4.13-respect-user-flags.patch" + "${FILESDIR}/${PN}-1.4.13-no-static-lib.patch" +) + +src_install() { + emake INSTALL_PREFIX="${D}" LIBDIR="${D}/usr/$(get_libdir)" install + dodoc ChangeLog README TODO +} |