diff options
author | AJ Lewis <aj@gentoo.org> | 2001-05-06 18:24:16 +0000 |
---|---|---|
committer | AJ Lewis <aj@gentoo.org> | 2001-05-06 18:24:16 +0000 |
commit | a3556b4cac4e69176879de012e90259734a669ca (patch) | |
tree | c9936c85641223c0ee563a2aa20bd83c14fcda41 /media-gfx/gphoto | |
parent | Update (diff) | |
download | gentoo-2-a3556b4cac4e69176879de012e90259734a669ca.tar.gz gentoo-2-a3556b4cac4e69176879de012e90259734a669ca.tar.bz2 gentoo-2-a3556b4cac4e69176879de012e90259734a669ca.zip |
o GPhoto is a free, redistributable digital camera software application
for Unix-like systems
o It has a cool html gallery generator too!
Diffstat (limited to 'media-gfx/gphoto')
-rw-r--r-- | media-gfx/gphoto/files/digest-gphoto-0.4.3 | 1 | ||||
-rw-r--r-- | media-gfx/gphoto/gphoto-0.4.3.ebuild | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/media-gfx/gphoto/files/digest-gphoto-0.4.3 b/media-gfx/gphoto/files/digest-gphoto-0.4.3 new file mode 100644 index 000000000000..34ce510a76d5 --- /dev/null +++ b/media-gfx/gphoto/files/digest-gphoto-0.4.3 @@ -0,0 +1 @@ +MD5 8b4e70df78870479d2d9a45c8f4db5f4 gphoto-0.4.3.tar.gz diff --git a/media-gfx/gphoto/gphoto-0.4.3.ebuild b/media-gfx/gphoto/gphoto-0.4.3.ebuild new file mode 100644 index 000000000000..71c3758dc47c --- /dev/null +++ b/media-gfx/gphoto/gphoto-0.4.3.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author AJ Lewis <aj@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto/gphoto-0.4.3.ebuild,v 1.1 2001/05/06 18:24:16 aj Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="free, redistributable digital camera software application" +SRC_URI="http://www.gphoto.net/dist/${A}" +HOMEPAGE="http://www.gphoto.org" + +DEPEND="virtual/glibc + sys-apps/sed + >=x11-libs/gtk+-1.2 + >=media-libs/imlib-1.8 + >=media-gfx/imagemagick-4.1" + + +src_compile() { + try ./configure --prefix=/usr/ --mandir=/usr/share/man --infodir=/usr/share/info + try make clean + try make ${MAKEOPTS} +} + +src_install() { + try make prefix=${D}/usr/ mandir=${D}/usr/share/man infodir=${D}/usr/share/info install + dodoc AUTHORS CONTACTS COPYING Changelog FAQ MANUAL NEWS* PROGRAMMERS \ + README THANKS THEMES TODO +} + + + + + +http://www.gphoto.net/dist/gphoto-0.4.3.tar.gz |