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 | 04350be86408534f5a86963f7ebc778b503243c0 (patch) | |
tree | e785df12b920643e4fab40721cae566d41d49f02 /media-libs/xpm | |
parent | added SGI's free software B license (diff) | |
download | gentoo-2-04350be86408534f5a86963f7ebc778b503243c0.tar.gz gentoo-2-04350be86408534f5a86963f7ebc778b503243c0.tar.bz2 gentoo-2-04350be86408534f5a86963f7ebc778b503243c0.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() { |