diff options
author | Hanno Boeck <hanno@gentoo.org> | 2002-10-21 10:19:00 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2002-10-21 10:19:00 +0000 |
commit | 1d4f9ca863bf4f4f289d9dfe6501550236cc52cb (patch) | |
tree | f33a217404077776ffb1cf8774b10afabc37c4a5 /sys-libs/libavc1394/libavc1394-0.4.1.ebuild | |
parent | Version bump. (diff) | |
download | historical-1d4f9ca863bf4f4f289d9dfe6501550236cc52cb.tar.gz historical-1d4f9ca863bf4f4f289d9dfe6501550236cc52cb.tar.bz2 historical-1d4f9ca863bf4f4f289d9dfe6501550236cc52cb.zip |
new version 0.4.1. resolves bug 9366
Diffstat (limited to 'sys-libs/libavc1394/libavc1394-0.4.1.ebuild')
-rw-r--r-- | sys-libs/libavc1394/libavc1394-0.4.1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-libs/libavc1394/libavc1394-0.4.1.ebuild b/sys-libs/libavc1394/libavc1394-0.4.1.ebuild new file mode 100644 index 000000000000..68c87ba72597 --- /dev/null +++ b/sys-libs/libavc1394/libavc1394-0.4.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header : $ + +DESCRIPTION="libavc1394 is a programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set." +HOMEPAGE="http://sourceforge.net/projects/libavc1394/" +LICENSE="LGPL" +SRC_URI="mirror://sourceforge/libavc1394/${P}.tar.gz" +S=${WORKDIR}/${P} + +DEPEND=">=libraw1394-0.8" +SLOT="0" +KEYWORDS="~x86 ~ppc" + +src_compile() { + econf || die + emake || die +} + +src_install () { + make DESTDIR=${D} install || die +} |