diff options
author | Stefan Knoblich <stkn@gentoo.org> | 2005-09-08 00:41:30 +0000 |
---|---|---|
committer | Stefan Knoblich <stkn@gentoo.org> | 2005-09-08 00:41:30 +0000 |
commit | 34bf752966fd94461421b18c198cb058deb7abe0 (patch) | |
tree | f0aff3a7c812906c7c583cbbbcf7f841caf534c3 /net-misc/asterisk-app_rtxfax/asterisk-app_rtxfax-0.0.2_pre20.ebuild | |
parent | P.MASKing hal-device-manager-0.5, it needs HAL-0.5 which is p.masked (diff) | |
download | gentoo-2-34bf752966fd94461421b18c198cb058deb7abe0.tar.gz gentoo-2-34bf752966fd94461421b18c198cb058deb7abe0.tar.bz2 gentoo-2-34bf752966fd94461421b18c198cb058deb7abe0.zip |
Version bump. Supports asterisk-1.0.x and 1.2.0.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-misc/asterisk-app_rtxfax/asterisk-app_rtxfax-0.0.2_pre20.ebuild')
-rw-r--r-- | net-misc/asterisk-app_rtxfax/asterisk-app_rtxfax-0.0.2_pre20.ebuild | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/net-misc/asterisk-app_rtxfax/asterisk-app_rtxfax-0.0.2_pre20.ebuild b/net-misc/asterisk-app_rtxfax/asterisk-app_rtxfax-0.0.2_pre20.ebuild new file mode 100644 index 000000000000..449ae4ab8251 --- /dev/null +++ b/net-misc/asterisk-app_rtxfax/asterisk-app_rtxfax-0.0.2_pre20.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-app_rtxfax/asterisk-app_rtxfax-0.0.2_pre20.ebuild,v 1.1 2005/09/08 00:41:30 stkn Exp $ + +IUSE="" + +inherit eutils + +MY_PN="app_rtxfax" + +DESCRIPTION="Asterisk applications for sending and receiving faxes" +HOMEPAGE="http://www.soft-switch.org/" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +DEPEND=">=media-libs/spandsp-0.0.2_pre20 + >=net-misc/asterisk-1.0.5-r1" + +S=${WORKDIR}/${MY_PN}-${PV} + +src_unpack() { + unpack ${A} + + cd ${S} + # use asterisk-config... + epatch ${FILESDIR}/${MY_PN}-0.0.2_pre20-gentoo.diff +} + +src_compile() { + emake -j1 || die "emake failed" +} + +src_install() { + make DESTDIR=${D} install || die + + dodoc README +} |