summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Redaelli <drizzt@gentoo.org>2006-11-27 21:05:46 +0000
committerTimothy Redaelli <drizzt@gentoo.org>2006-11-27 21:05:46 +0000
commit9d0f233321d10f435ff2da32c6cff68259783ea1 (patch)
tree37d87795eeebf12887cfe08107f889fd91539afc /media-libs/spandsp/spandsp-0.0.3_pre26.ebuild
parentAdded ~x86-fbsd keyword. (diff)
downloadgentoo-2-9d0f233321d10f435ff2da32c6cff68259783ea1.tar.gz
gentoo-2-9d0f233321d10f435ff2da32c6cff68259783ea1.tar.bz2
gentoo-2-9d0f233321d10f435ff2da32c6cff68259783ea1.zip
Version bumped.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'media-libs/spandsp/spandsp-0.0.3_pre26.ebuild')
-rw-r--r--media-libs/spandsp/spandsp-0.0.3_pre26.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/media-libs/spandsp/spandsp-0.0.3_pre26.ebuild b/media-libs/spandsp/spandsp-0.0.3_pre26.ebuild
new file mode 100644
index 000000000000..22a70b8482b1
--- /dev/null
+++ b/media-libs/spandsp/spandsp-0.0.3_pre26.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/spandsp/spandsp-0.0.3_pre26.ebuild,v 1.1 2006/11/27 21:05:46 drizzt Exp $
+
+inherit versionator
+
+IUSE=""
+
+DESCRIPTION="SpanDSP is a library of DSP functions for telephony."
+HOMEPAGE="http://www.soft-switch.org/"
+
+S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)"
+SRC_URI="http://www.soft-switch.org/downloads/spandsp/${P/_/}.tgz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND=">=media-libs/audiofile-0.2.6-r1
+ >=media-libs/tiff-3.5.7-r1"
+
+src_install () {
+ echo $S
+# einstall || die
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS INSTALL NEWS README
+}