summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Verwilst <verwilst@gentoo.org>2001-11-08 17:50:27 +0000
committerBart Verwilst <verwilst@gentoo.org>2001-11-08 17:50:27 +0000
commit50a00bdcf78f67d0f027c236eb48f9cedf9fee77 (patch)
tree55a3865c5b99ef7f18138a4d1fc6b7b556e8f37b /media-gfx/scrot
parentsubclassing version (diff)
downloadhistorical-50a00bdcf78f67d0f027c236eb48f9cedf9fee77.tar.gz
historical-50a00bdcf78f67d0f027c236eb48f9cedf9fee77.tar.bz2
historical-50a00bdcf78f67d0f027c236eb48f9cedf9fee77.zip
Added Scrot 0.6 in cvs, a screenshot utility...
Diffstat (limited to 'media-gfx/scrot')
-rw-r--r--media-gfx/scrot/files/digest-scrot-0.61
-rw-r--r--media-gfx/scrot/scrot-0.6.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/media-gfx/scrot/files/digest-scrot-0.6 b/media-gfx/scrot/files/digest-scrot-0.6
new file mode 100644
index 000000000000..a563aba97520
--- /dev/null
+++ b/media-gfx/scrot/files/digest-scrot-0.6
@@ -0,0 +1 @@
+MD5 8ae5bef3b49ee8b4f6c2b8554fa16e8a scrot-0.6.tar.gz 69632
diff --git a/media-gfx/scrot/scrot-0.6.ebuild b/media-gfx/scrot/scrot-0.6.ebuild
new file mode 100644
index 000000000000..72b8d32848ed
--- /dev/null
+++ b/media-gfx/scrot/scrot-0.6.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2001 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Claes Nästén <pekdon@gmx.net>
+# /home/cvsroot/gentoo-x86/skel.build,v 1.7 2001/08/25 21:15:08 chadh 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
+ >=media-libs/giblib-1.2.1"
+
+src_compile() {
+ ./configure --infodir=/usr/share/info --mandir=/usr/share/man --prefix=/usr --host=${CHOST} || die
+ emake || die
+}
+
+src_install () {
+ dobin src/scrot
+ dodoc TODO README AUTHORS ChangeLog
+}
+