diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2003-03-06 18:52:27 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2003-03-06 18:52:27 +0000 |
commit | 9d149cca1bf9fff3233a89a2d538b082ad9b556f (patch) | |
tree | 3081ea56c598e954a585fa9f305afe4809bb0344 /media-libs/alsa-lib | |
parent | Update to 0.9.0rc8b. (diff) | |
download | gentoo-2-9d149cca1bf9fff3233a89a2d538b082ad9b556f.tar.gz gentoo-2-9d149cca1bf9fff3233a89a2d538b082ad9b556f.tar.bz2 gentoo-2-9d149cca1bf9fff3233a89a2d538b082ad9b556f.zip |
Marking unstable for now.
Diffstat (limited to 'media-libs/alsa-lib')
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-0.9.0_rc8-r2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-libs/alsa-lib/alsa-lib-0.9.0_rc8-r2.ebuild b/media-libs/alsa-lib/alsa-lib-0.9.0_rc8-r2.ebuild index 78386d6bbaad..1c9cb128a27f 100644 --- a/media-libs/alsa-lib/alsa-lib-0.9.0_rc8-r2.ebuild +++ b/media-libs/alsa-lib/alsa-lib-0.9.0_rc8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.9.0_rc8-r2.ebuild,v 1.1 2003/03/06 18:50:41 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.9.0_rc8-r2.ebuild,v 1.2 2003/03/06 18:52:27 agenkin Exp $ inherit libtool @@ -8,7 +8,7 @@ DESCRIPTION="Advanced Linux Sound Architecture Library" HOMEPAGE="http://www.alsa-project.org/" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="-x86" LICENSE="GPL-2 LGPL-2.1" DEPEND="virtual/glibc" @@ -24,7 +24,8 @@ src_compile() { } src_install() { - einstall || die "Installation Failed" + make DESTDIR=${D} install || die + #einstall || die "Installation Failed" #This alsa version does not provide libasound.so.1 #Without this library just about everything even remotely |