summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-23 05:18:07 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-23 05:18:07 +0000
commit40b6f88de6b9b58015031af02f218b8f0012ee32 (patch)
treedc90d2727bac5bd4afedbce78dbf5d15c77d83a5 /media-gfx/scrot
parentadded SLOT/KEYWORDS (diff)
downloadhistorical-40b6f88de6b9b58015031af02f218b8f0012ee32.tar.gz
historical-40b6f88de6b9b58015031af02f218b8f0012ee32.tar.bz2
historical-40b6f88de6b9b58015031af02f218b8f0012ee32.zip
repoman'd
Diffstat (limited to 'media-gfx/scrot')
-rw-r--r--media-gfx/scrot/scrot-0.6.ebuild15
1 files changed, 9 insertions, 6 deletions
diff --git a/media-gfx/scrot/scrot-0.6.ebuild b/media-gfx/scrot/scrot-0.6.ebuild
index ce7172ebca71..2068971060fa 100644
--- a/media-gfx/scrot/scrot-0.6.ebuild
+++ b/media-gfx/scrot/scrot-0.6.ebuild
@@ -1,17 +1,21 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
+# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# /home/cvsroot/gentoo-x86/skel.build,v 1.7 2001/08/25 21:15:08 chadh Exp
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/scrot/scrot-0.6.ebuild,v 1.3 2002/07/23 05:18:07 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Screen Shooter"
SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz"
HOMEPAGE="http://www.linuxbrit.co.uk/"
-DEPEND="virtual/glibc
- >=media-libs/imlib2-1.0.3
+
+SLOT="0"
+LICENSE="as-is | BSD"
+KEYWORDS="x86"
+
+DEPEND=">=media-libs/imlib2-1.0.3
>=media-libs/giblib-1.2.1"
src_compile() {
- ./configure --infodir=/usr/share/info --mandir=/usr/share/man --prefix=/usr --host=${CHOST} || die
+ econf || die
emake || die
}
@@ -19,4 +23,3 @@ src_install () {
dobin src/scrot
dodoc TODO README AUTHORS ChangeLog
}
-