summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-libs/ortp/ortp-0.7.0.ebuild12
1 files changed, 2 insertions, 10 deletions
diff --git a/net-libs/ortp/ortp-0.7.0.ebuild b/net-libs/ortp/ortp-0.7.0.ebuild
index 9128af9e53c3..976975e9fee2 100644
--- a/net-libs/ortp/ortp-0.7.0.ebuild
+++ b/net-libs/ortp/ortp-0.7.0.ebuild
@@ -1,8 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ortp/ortp-0.7.0.ebuild,v 1.1 2005/03/21 01:00:11 stkn Exp $
-
-IUSE=""
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ortp/ortp-0.7.0.ebuild,v 1.2 2005/07/10 01:03:01 swegener Exp $
inherit eutils
@@ -10,19 +8,13 @@ DESCRIPTION="Open Real-time Transport Protocol (RTP) stack"
HOMEPAGE="http://www.linphone.org/ortp/"
SRC_URI="http://www.linphone.org/ortp/sources/${P}.tar.gz"
-S=${WORKDIR}/${P}
-
+IUSE=""
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~amd64"
DEPEND=">=dev-libs/glib-2.0.0"
-src_compile() {
- econf || die "Configure failed"
- emake || die "Make failed"
-}
-
src_install() {
emake DESTDIR=${D} install || die "Make install failed"