summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-23 04:33:46 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-23 04:33:46 +0000
commit4a64a5e10903c1ccfe54b84d211ff332673c35b6 (patch)
treef010261d2e71e0fb5464ddb2004532cf4a081135 /media-gfx/gphoto2
parent*** empty log message *** (diff)
downloadhistorical-4a64a5e10903c1ccfe54b84d211ff332673c35b6.tar.gz
historical-4a64a5e10903c1ccfe54b84d211ff332673c35b6.tar.bz2
historical-4a64a5e10903c1ccfe54b84d211ff332673c35b6.zip
repoman'd
Diffstat (limited to 'media-gfx/gphoto2')
-rw-r--r--media-gfx/gphoto2/gphoto2-2.0-r1.ebuild18
1 files changed, 10 insertions, 8 deletions
diff --git a/media-gfx/gphoto2/gphoto2-2.0-r1.ebuild b/media-gfx/gphoto2/gphoto2-2.0-r1.ebuild
index f31fac90c728..a8c80028ba30 100644
--- a/media-gfx/gphoto2/gphoto2-2.0-r1.ebuild
+++ b/media-gfx/gphoto2/gphoto2-2.0-r1.ebuild
@@ -1,23 +1,26 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.0-r1.ebuild,v 1.3 2002/07/11 06:30:27 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.0-r1.ebuild,v 1.4 2002/07/23 04:33:46 seemant Exp $
-MY_P="${PN}-`echo ${PV} |sed -e 's:_::'`"
+inherit libtool
+
+MY_P="${PN}-${PV/_/}
S=${WORKDIR}/${MY_P}
DESCRIPTION="free, redistributable digital camera software application"
SRC_URI="http://www.gphoto.net/dist/${MY_P}.tar.gz"
HOMEPAGE="http://www.gphoto.org/"
-DEPEND="virtual/glibc
- >=dev-libs/libusb-0.1.5
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
+DEPEND=">=dev-libs/libusb-0.1.5
=dev-libs/glib-1.2*
>=sys-libs/zlib-1.1.4"
-
src_compile() {
- #update libtool to fix "relink" bug.
- libtoolize --copy --force
+ elibtoolize
aclocal
# -pipe does no work
@@ -44,4 +47,3 @@ src_install() {
dodoc ChangeLog NEWS* README
rm -rf ${D}/usr/share/doc/${PF}/sgml/gphoto2
}
-