updated ebuild according to feedback from the gentoo people
This commit is contained in:
		
							parent
							
								
									ca8472dab4
								
							
						
					
					
						commit
						d9354dfde6
					
				| 
						 | 
				
			
			@ -1,3 +1,7 @@
 | 
			
		|||
# Copyright 1999-2006 Gentoo Foundation
 | 
			
		||||
# Distributed under the terms of the GNU General Public License v2
 | 
			
		||||
# $Header$
 | 
			
		||||
 | 
			
		||||
DESCRIPTION="TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder"
 | 
			
		||||
HOMEPAGE="http://www.twolame.org/"
 | 
			
		||||
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 | 
			
		||||
| 
						 | 
				
			
			@ -9,13 +13,8 @@ KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64"
 | 
			
		|||
 | 
			
		||||
DEPEND=">=media-libs/libsndfile-1.0.11"
 | 
			
		||||
 | 
			
		||||
src_compile() {
 | 
			
		||||
	econf || die
 | 
			
		||||
	emake || die "Compilation failed"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
src_install() {
 | 
			
		||||
	einstall docdir=${D}/usr/share/doc/${PF} || die
 | 
			
		||||
	make DESTDIR=${D} || die
 | 
			
		||||
 | 
			
		||||
	dodoc AUTHORS ChangeLog COPYING README TODO
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue