summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-03-31 18:27:12 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-03-31 18:27:12 +0000
commit0d8d732dea3e694ee7034fa0d3d9cf898ea3a19c (patch)
tree655ef78f84290f2d564a2d569c2434b7c6d0a3c6 /media-sound/lame/lame-3.95.1.ebuild
parentStable x86. Added metadata.xml. (Manifest recommit) (diff)
downloadgentoo-2-0d8d732dea3e694ee7034fa0d3d9cf898ea3a19c.tar.gz
gentoo-2-0d8d732dea3e694ee7034fa0d3d9cf898ea3a19c.tar.bz2
gentoo-2-0d8d732dea3e694ee7034fa0d3d9cf898ea3a19c.zip
Stable x86. cp -> dobin. nomirror.
Diffstat (limited to 'media-sound/lame/lame-3.95.1.ebuild')
-rw-r--r--media-sound/lame/lame-3.95.1.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/media-sound/lame/lame-3.95.1.ebuild b/media-sound/lame/lame-3.95.1.ebuild
index 4fc7620f20fa..bd5e9531d343 100644
--- a/media-sound/lame/lame-3.95.1.ebuild
+++ b/media-sound/lame/lame-3.95.1.ebuild
@@ -1,16 +1,17 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.95.1.ebuild,v 1.7 2004/03/16 01:58:29 geoman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.95.1.ebuild,v 1.8 2004/03/31 18:27:12 eradicator Exp $
inherit flag-o-matic gcc
DESCRIPTION="LAME Ain't an Mp3 Encoder"
HOMEPAGE="http://lame.sourceforge.net"
SRC_URI="mirror://sourceforge/lame/${P}.tar.gz"
+RESTRICT="nomirror"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64 ~mips"
+KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64 ~mips"
IUSE="gtk debug"
RDEPEND=">=sys-libs/ncurses-5.2
@@ -63,5 +64,5 @@ src_install() {
dodoc API ChangeLog HACKING PRESETS.draft README* STYLEGUIDE TODO USAGE
dohtml misc/lameGUI.html Dll/LameDLLInterface.htm
- cp ${S}/misc/mlame ${D}usr/bin
+ dobin ${S}/misc/mlame
}