diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 19:18:35 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 19:18:35 +0000 |
commit | 6ac305a4a3efb9be218c55f45fb585aec0ffd061 (patch) | |
tree | 3ca505bd954944333b6d6cada5fb936e500cbf12 /app-misc/xsnap | |
parent | Added SLOT, KEYWORDS, LICENSE, and RDEPEND. (diff) | |
download | gentoo-2-6ac305a4a3efb9be218c55f45fb585aec0ffd061.tar.gz gentoo-2-6ac305a4a3efb9be218c55f45fb585aec0ffd061.tar.bz2 gentoo-2-6ac305a4a3efb9be218c55f45fb585aec0ffd061.zip |
repoman'd
Diffstat (limited to 'app-misc/xsnap')
-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 - } |