summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavoz@gentoo.org>2006-09-19 20:10:50 +0000
committerGustavo Zacarias <gustavoz@gentoo.org>2006-09-19 20:10:50 +0000
commit8a4b3847e011ad6ce8e9c158fa9af64340ec4bb0 (patch)
treedc81bd59befcd4cac9c4d3506afbafaee98ef637 /media-libs/spandsp/spandsp-0.0.2_pre26.ebuild
parentstable for x86 (diff)
downloadgentoo-2-8a4b3847e011ad6ce8e9c158fa9af64340ec4bb0.tar.gz
gentoo-2-8a4b3847e011ad6ce8e9c158fa9af64340ec4bb0.tar.bz2
gentoo-2-8a4b3847e011ad6ce8e9c158fa9af64340ec4bb0.zip
Revbump and cleanup
(Portage version: 2.1.1)
Diffstat (limited to 'media-libs/spandsp/spandsp-0.0.2_pre26.ebuild')
-rw-r--r--media-libs/spandsp/spandsp-0.0.2_pre26.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/media-libs/spandsp/spandsp-0.0.2_pre26.ebuild b/media-libs/spandsp/spandsp-0.0.2_pre26.ebuild
new file mode 100644
index 000000000000..b43848d6d6bf
--- /dev/null
+++ b/media-libs/spandsp/spandsp-0.0.2_pre26.ebuild
@@ -0,0 +1,23 @@
+# 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.2_pre26.ebuild,v 1.1 2006/09/19 20:10:50 gustavoz Exp $
+
+IUSE=""
+
+DESCRIPTION="SpanDSP is a library of DSP functions for telephony."
+HOMEPAGE="http://www.soft-switch.org/"
+
+S="${WORKDIR}/${PN}-0.0.2"
+SRC_URI="http://www.soft-switch.org/downloads/spandsp/${P/_/}/${P/_/}.tar.gz"
+
+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 () {
+ einstall || die
+ dodoc AUTHORS COPYING INSTALL NEWS README
+}