diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-03-27 11:45:49 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-03-27 11:45:49 +0000 |
commit | 56c4533f5a56e980419a6ca43f62c59308e90ac4 (patch) | |
tree | 2f6375ad2de1d1b8cee4c74b23a1e05caf3e4401 /media-libs/xpm | |
parent | Version bump (diff) | |
download | gentoo-2-56c4533f5a56e980419a6ca43f62c59308e90ac4.tar.gz gentoo-2-56c4533f5a56e980419a6ca43f62c59308e90ac4.tar.bz2 gentoo-2-56c4533f5a56e980419a6ca43f62c59308e90ac4.zip |
Ungzipped HTML docs
Diffstat (limited to 'media-libs/xpm')
-rw-r--r-- | media-libs/xpm/xpm-3.4k.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/media-libs/xpm/xpm-3.4k.ebuild b/media-libs/xpm/xpm-3.4k.ebuild index bc3bc0cc36bd..9d10775c9265 100644 --- a/media-libs/xpm/xpm-3.4k.ebuild +++ b/media-libs/xpm/xpm-3.4k.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Seemant Kulleen <seemant@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/xpm/xpm-3.4k.ebuild,v 1.1 2002/03/16 18:02:31 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xpm/xpm-3.4k.ebuild,v 1.2 2002/03/27 11:45:49 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="XPM image library" @@ -9,7 +9,7 @@ SRC_URI="ftp://ftp.x.org/contrib/libraries/xpm-3.4k.tar.gz" HOMEPAGE="http://koala.ilog.fr/lehors/xpm.html" DEPEND="virtual/glibc - virtual/xfree" + virtual/x11" src_compile() { @@ -23,7 +23,6 @@ src_install() { make install.sdk doman cxpm/cxpm.man sxpm/sxpm.man - dohtml cxpm/cxpm.1x.html sxpm/sxpm.1x.html FAQ.html - dodoc CHANGES COPYRIGHT FILES README* + dohtml -r ./ + dodoc CHANGES COPYRIGHT FILES README.{AMIGA,MSW} } - |