diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 00:12:55 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 00:12:55 +0000 |
commit | 5453f94e0082bcd63960433c25b1d1f05ee278d1 (patch) | |
tree | 5c6c6b935531727f351904c073c3ba4473d1d94e /media-libs/ming/ming-0.2a.ebuild | |
parent | removed older versions of mplayer and avifile (diff) | |
download | gentoo-2-5453f94e0082bcd63960433c25b1d1f05ee278d1.tar.gz gentoo-2-5453f94e0082bcd63960433c25b1d1f05ee278d1.tar.bz2 gentoo-2-5453f94e0082bcd63960433c25b1d1f05ee278d1.zip |
repoman'd
Diffstat (limited to 'media-libs/ming/ming-0.2a.ebuild')
-rw-r--r-- | media-libs/ming/ming-0.2a.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/media-libs/ming/ming-0.2a.ebuild b/media-libs/ming/ming-0.2a.ebuild index 93366003a6ea..88755902682f 100644 --- a/media-libs/ming/ming-0.2a.ebuild +++ b/media-libs/ming/ming-0.2a.ebuild @@ -1,16 +1,17 @@ # 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/ming/ming-0.2a.ebuild,v 1.1 2002/05/15 22:51:22 jnelson Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ming/ming-0.2a.ebuild,v 1.2 2002/07/23 00:12:54 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A OpenSource library from flash movie generation" SRC_URI="http://www.opaque.net/ming/${PN}-${PV}.tgz" HOMEPAGE="http://www.opaque.net/ming/" -LICENSE="LGPL-2.1" + SLOT="0" +LICENSE="LGPL-2.1" +KEYWORDS="x86" DEPEND="virtual/glibc" -RDEPEND="${DEPEND}" src_unpack() { unpack ${A} @@ -21,7 +22,9 @@ src_unpack() { src_compile() { make all static || die - cd util && make bindump hexdump listswf listfdb listmp3 listjpeg makefdb swftophp || die + cd util + make bindump hexdump listswf listfdb listmp3 listjpeg makefdb swftophp \ + || die } src_install () { @@ -35,4 +38,3 @@ src_install () { newdoc util/README README.util newdoc util/TODO TODO.util } - |