diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-01-17 22:21:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-01-17 22:21:11 +0000 |
commit | be9f34f79ab56ef53105bd716f1993ed0d394096 (patch) | |
tree | 3722691b3b80b6cb4dccd94fb6616ed1f0d8c7f4 | |
parent | removed WindowMaker from DEPEND and added config file (diff) | |
download | historical-be9f34f79ab56ef53105bd716f1993ed0d394096.tar.gz historical-be9f34f79ab56ef53105bd716f1993ed0d394096.tar.bz2 historical-be9f34f79ab56ef53105bd716f1993ed0d394096.zip |
fixed inherit/cleaned up
-rw-r--r-- | media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r2.ebuild | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r2.ebuild b/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r2.ebuild index c75a12101694..a5fce84cb43e 100644 --- a/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r2.ebuild +++ b/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r2.ebuild,v 1.1 2003/01/03 01:39:46 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r2.ebuild,v 1.2 2003/01/17 22:21:11 vapier Exp $ + +inherit eutils NATIVE_VER=0.9.0rc1-2 S=${WORKDIR}/${PN}-${NATIVE_VER} @@ -18,31 +20,21 @@ SLOT="0" KEYWORDS="~x86" LICENSE="GPL-2" -inherit eutils - src_unpack() { - unpack ${A} cd ${S} epatch ${FILESDIR}/gentoo.diff - } src_compile() { - export LDFLAGS="-L/usr/lib/fltk-1.1" export CPPFLAGS="-I/usr/include/fltk-1.1" econf || die "configure failed" - emake || die "make failed" - } -src_install () { - +src_install() { einstall || die - dodoc COPYING README AUTHORS ChangeLog - } |