diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 00:49:50 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 00:49:50 +0000 |
commit | 17f63901584949bb7091cbb01b89380b2af2b4ca (patch) | |
tree | 771b80bd9deadb9a6ad32fdafb3db10157b88a67 /media-libs/win32codecs | |
parent | added SGI's free software B license (diff) | |
download | historical-17f63901584949bb7091cbb01b89380b2af2b4ca.tar.gz historical-17f63901584949bb7091cbb01b89380b2af2b4ca.tar.bz2 historical-17f63901584949bb7091cbb01b89380b2af2b4ca.zip |
repoman'd
Diffstat (limited to 'media-libs/win32codecs')
-rw-r--r-- | media-libs/win32codecs/win32codecs-0.60-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-libs/win32codecs/win32codecs-0.60-r1.ebuild b/media-libs/win32codecs/win32codecs-0.60-r1.ebuild index acd635b3e214..ed4fcfd68311 100644 --- a/media-libs/win32codecs/win32codecs-0.60-r1.ebuild +++ b/media-libs/win32codecs/win32codecs-0.60-r1.ebuild @@ -1,17 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/win32codecs/win32codecs-0.60-r1.ebuild,v 1.3 2002/07/16 11:36:53 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/win32codecs/win32codecs-0.60-r1.ebuild,v 1.4 2002/07/23 00:49:50 seemant Exp $ S=${WORKDIR}/w32codec-${PV} DESCRIPTION="Win32 binary codecs for MPlayer and maybe avifile as well" SRC_URI="ftp://ftp.mplayerhq.hu/MPlayer/releases/w32codec-${PV}.tar.bz2" HOMEPAGE="http://www.mplayerhq.hu/" -DEPEND="" LICENSE="as-is" SLOT="0" KEYWORDS="x86 ppc" +DEPEND="" + src_install() { insinto /usr/lib/win32 |