diff options
Diffstat (limited to 'app-misc/xsnap/xsnap-1.3.ebuild')
-rw-r--r-- | app-misc/xsnap/xsnap-1.3.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/app-misc/xsnap/xsnap-1.3.ebuild b/app-misc/xsnap/xsnap-1.3.ebuild index 73db32593475..be59982a7bd0 100644 --- a/app-misc/xsnap/xsnap-1.3.ebuild +++ b/app-misc/xsnap/xsnap-1.3.ebuild @@ -1,27 +1,26 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Grant Goodyear <grant@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-misc/xsnap/xsnap-1.3.ebuild,v 1.3 2002/05/15 06:56:52 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/xsnap/xsnap-1.3.ebuild,v 1.4 2002/07/25 19:18:35 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Program to interactively take a 'snapshot' of a region of the screen" SRC_URI="ftp://ftp.ac-grenoble.fr/ge/Xutils/${P}.tgz" -HOMEPAGE="" +HOMEPAGE="ftp://ftp.ac-grenoble.fr/ge/Xutils/" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="x86" DEPEND="virtual/x11" src_compile() { - xmkmf || die make || die - } src_install () { - make DESTDIR=${D} install || die make DESTDIR=${D} install.man || die dodoc README INSTALL AUTHORS - } |