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/xpm | |
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/xpm')
-rw-r--r-- | media-libs/xpm/xpm-3.4k.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/xpm/xpm-3.4k.ebuild b/media-libs/xpm/xpm-3.4k.ebuild index a7b5e024bff9..d5523dd500b0 100644 --- a/media-libs/xpm/xpm-3.4k.ebuild +++ b/media-libs/xpm/xpm-3.4k.ebuild @@ -1,14 +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/xpm/xpm-3.4k.ebuild,v 1.3 2002/07/11 06:30:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xpm/xpm-3.4k.ebuild,v 1.4 2002/07/23 00:49:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="XPM image library" 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/x11" +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" + +DEPEND="virtual/x11" src_compile() { |