summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-22 15:42:48 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-22 15:42:48 +0000
commitf83a09d99ff0852df20da7d200ddb0339b148048 (patch)
treee8c1b1493c9f33eec5e3a03e0c65ea9274f12980 /media-libs/libswf
parentFixed #5359 for this package; should now be FHS compliant. (diff)
downloadgentoo-2-f83a09d99ff0852df20da7d200ddb0339b148048.tar.gz
gentoo-2-f83a09d99ff0852df20da7d200ddb0339b148048.tar.bz2
gentoo-2-f83a09d99ff0852df20da7d200ddb0339b148048.zip
repoman'd
Diffstat (limited to 'media-libs/libswf')
-rw-r--r--media-libs/libswf/libswf-0.99.ebuild30
1 files changed, 16 insertions, 14 deletions
diff --git a/media-libs/libswf/libswf-0.99.ebuild b/media-libs/libswf/libswf-0.99.ebuild
index 71901fd698fe..7d5369b5f1f9 100644
--- a/media-libs/libswf/libswf-0.99.ebuild
+++ b/media-libs/libswf/libswf-0.99.ebuild
@@ -1,25 +1,27 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
+# 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/libswf/libswf-0.99.ebuild,v 1.2 2002/07/11 06:30:39 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libswf/libswf-0.99.ebuild,v 1.3 2002/07/22 15:42:48 seemant Exp $
S=${WORKDIR}/dist
DESCRIPTION="A library for flash movies"
SRC_URI="http://reality.sgi.com/grafica/flash/dist.99.linux.tar.Z"
-HOMEPAGE="http://reality.sgi.com/grafica/flash/"
+HOMEPAGE="ftp://ftp.sgi.com/sgi/graphics/grafica/flash/index.html"
+
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="x86"
DEPEND="virtual/glibc"
src_install () {
- dolib.a libswf.a
- dobin bin/*
- insinto /usr/include
- doins swf.h
- insinto /usr/share/swf/fonts
- doins fonts/*
- insinto /usr/share/swf/psfonts
- doins psfonts/*
- docinto html
- dodoc *.html
+ dolib.a libswf.a
+ dobin bin/*
+ insinto /usr/include
+ doins swf.h
+ insinto /usr/share/swf/fonts
+ doins fonts/*
+ insinto /usr/share/swf/psfonts
+ doins psfonts/*
+ dochtml *.html
}
-