diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-21 17:03:23 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-21 17:03:23 +0000 |
commit | 7cf518e128edca4aeba1f98a6e1e095e36eb45f2 (patch) | |
tree | f03bfe0f7a1197e30572e3f645a5aa43a50c5d9d /media-libs/libflash | |
parent | New version (diff) | |
download | historical-7cf518e128edca4aeba1f98a6e1e095e36eb45f2.tar.gz historical-7cf518e128edca4aeba1f98a6e1e095e36eb45f2.tar.bz2 historical-7cf518e128edca4aeba1f98a6e1e095e36eb45f2.zip |
New libs for flash animations and mpeg clips
Diffstat (limited to 'media-libs/libflash')
-rw-r--r-- | media-libs/libflash/files/digest-libflash-0.4.10 | 1 | ||||
-rw-r--r-- | media-libs/libflash/libflash-0.4.10.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/media-libs/libflash/files/digest-libflash-0.4.10 b/media-libs/libflash/files/digest-libflash-0.4.10 new file mode 100644 index 000000000000..07b325a28593 --- /dev/null +++ b/media-libs/libflash/files/digest-libflash-0.4.10 @@ -0,0 +1 @@ +MD5 8dcb1b64115f67bd0982d5e8cc842ad0 libflash-0.4.10.tar.gz diff --git a/media-libs/libflash/libflash-0.4.10.ebuild b/media-libs/libflash/libflash-0.4.10.ebuild new file mode 100644 index 000000000000..094a4c6e70dd --- /dev/null +++ b/media-libs/libflash/libflash-0.4.10.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Your Name <your email> +# $Header: /var/cvsroot/gentoo-x86/media-libs/libflash/libflash-0.4.10.ebuild,v 1.1 2001/06/21 17:03:23 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="A library for flash animations" +SRC_URI="http://www.directfb.org/download/contrib/${A}" +HOMEPAGE="http://" + +DEPEND="virtual/glibc" + +src_compile() { + + try ./configure --prefix=/usr --host=${CHOST} + try make + +} + +src_install () { + + try make DESTDIR=${D} install + dodoc AUTHORS COPYING ChangeLog NEWS README +} + |