summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-04 10:35:31 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-04 10:35:31 +0000
commit1d922dc11a15cd7d8197e991e715194c1cf96031 (patch)
treed24bf3b59840ac678d9e85fe3acc30127ac18e17 /media-gfx/gphoto
parent*** empty log message *** (diff)
downloadgentoo-2-1d922dc11a15cd7d8197e991e715194c1cf96031.tar.gz
gentoo-2-1d922dc11a15cd7d8197e991e715194c1cf96031.tar.bz2
gentoo-2-1d922dc11a15cd7d8197e991e715194c1cf96031.zip
*** empty log message ***
Diffstat (limited to 'media-gfx/gphoto')
-rw-r--r--media-gfx/gphoto/gphoto-0.4.3.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/media-gfx/gphoto/gphoto-0.4.3.ebuild b/media-gfx/gphoto/gphoto-0.4.3.ebuild
index 6460510bebb7..bcb49f1bbe07 100644
--- a/media-gfx/gphoto/gphoto-0.4.3.ebuild
+++ b/media-gfx/gphoto/gphoto-0.4.3.ebuild
@@ -1,7 +1,7 @@
# 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.4 2001/05/15 15:41:32 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto/gphoto-0.4.3.ebuild,v 1.5 2001/06/04 10:34:15 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -10,20 +10,20 @@ 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 CFLAGS=\"${CFLAGS/-pipe/}\" ./configure --prefix=/usr/ --mandir=/usr/share/man --infodir=/usr/share/info
+src_compile() {
+
+ # -pipe does no work
+ try CFLAGS=\"${CFLAGS/-pipe/}\" ./configure --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome
try make clean
try make ${MAKEOPTS}
}
-src_install() {
- try make prefix=${D}/usr/ mandir=${D}/usr/share/man infodir=${D}/usr/share/info install
+src_install() {
+ try make prefix=${D}/opt/gnome --sysconfdir=${D}/etc/opd/gnome install
dodoc AUTHORS CONTACTS COPYING ChangeLog FAQ MANUAL NEWS* PROGRAMMERS \
README THANKS THEMES TODO
}