diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-11 13:12:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-11 13:12:29 +0000 |
commit | 79995987ff382800715a6d756ab5a4b4432a20ea (patch) | |
tree | 2f252e670c3be03ecd07dccb9c04428a459ffd23 /sys-libs/libavc1394 | |
parent | old (diff) | |
download | gentoo-2-79995987ff382800715a6d756ab5a4b4432a20ea.tar.gz gentoo-2-79995987ff382800715a6d756ab5a4b4432a20ea.tar.bz2 gentoo-2-79995987ff382800715a6d756ab5a4b4432a20ea.zip |
touchups
Diffstat (limited to 'sys-libs/libavc1394')
-rw-r--r-- | sys-libs/libavc1394/libavc1394-0.4.1.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys-libs/libavc1394/libavc1394-0.4.1.ebuild b/sys-libs/libavc1394/libavc1394-0.4.1.ebuild index 49b75ada3ea4..49856943ec72 100644 --- a/sys-libs/libavc1394/libavc1394-0.4.1.ebuild +++ b/sys-libs/libavc1394/libavc1394-0.4.1.ebuild @@ -1,22 +1,22 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libavc1394/libavc1394-0.4.1.ebuild,v 1.5 2003/06/22 05:10:31 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libavc1394/libavc1394-0.4.1.ebuild,v 1.6 2003/11/11 13:12:29 vapier Exp $ -DESCRIPTION="libavc1394 is a programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set." +DESCRIPTION="library for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set" HOMEPAGE="http://sourceforge.net/projects/libavc1394/" -LICENSE="LGPL-2.1" SRC_URI="mirror://sourceforge/libavc1394/${P}.tar.gz" -S=${WORKDIR}/${P} -IUSE="" -DEPEND=">=libraw1394-0.8" + +LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="x86 ~ppc" +DEPEND=">=sys-libs/libraw1394-0.8" + src_compile() { econf || die emake || die } -src_install () { +src_install() { make DESTDIR=${D} install || die } |