diff options
author | Patrick Dawson <pkdawson@gentoo.org> | 2004-09-01 12:06:57 +0000 |
---|---|---|
committer | Patrick Dawson <pkdawson@gentoo.org> | 2004-09-01 12:06:57 +0000 |
commit | 65260096c92ecdf6e793459774287d648c9f085e (patch) | |
tree | a31bcec5ca614e90d2b5321a0046d3ff7a0e0b85 /dev-libs | |
parent | Version bump. (Manifest recommit) (diff) | |
download | gentoo-2-65260096c92ecdf6e793459774287d648c9f085e.tar.gz gentoo-2-65260096c92ecdf6e793459774287d648c9f085e.tar.bz2 gentoo-2-65260096c92ecdf6e793459774287d648c9f085e.zip |
now installs /usr/bin/bio2jack-config
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/bio2jack/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/bio2jack/bio2jack-0.2-r1.ebuild | 21 | ||||
-rw-r--r-- | dev-libs/bio2jack/files/digest-bio2jack-0.2-r1 | 1 |
3 files changed, 28 insertions, 1 deletions
diff --git a/dev-libs/bio2jack/ChangeLog b/dev-libs/bio2jack/ChangeLog index 6f03dccf5b3a..51ccb8285327 100644 --- a/dev-libs/bio2jack/ChangeLog +++ b/dev-libs/bio2jack/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/bio2jack # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/bio2jack/ChangeLog,v 1.2 2004/08/29 20:43:30 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/bio2jack/ChangeLog,v 1.3 2004/09/01 12:06:57 pkdawson Exp $ + +*bio2jack-0.2-r1 01 Sep 2004 + + 01 Sep 2004; Patrick Dawson <pkdawson@gentoo.org> bio2jack-0.2.ebuild: + Now installs bio2jack-config. 29 Aug 2004; Luca Barbato <lu_zero@gentoo.org> bio2jack-0.2.ebuild: marked ~ppc diff --git a/dev-libs/bio2jack/bio2jack-0.2-r1.ebuild b/dev-libs/bio2jack/bio2jack-0.2-r1.ebuild new file mode 100644 index 000000000000..86868bd8b7b3 --- /dev/null +++ b/dev-libs/bio2jack/bio2jack-0.2-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/bio2jack/bio2jack-0.2-r1.ebuild,v 1.1 2004/09/01 12:06:57 pkdawson Exp $ + +DESCRIPTION="A library for porting blocked I/O OSS/ALSA audio applications to JACK." +HOMEPAGE="http://bio2jack.sourceforge.net/" +SRC_URI="mirror://sourceforge/bio2jack/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="" +DEPEND=">=media-sound/jack-audio-connection-kit-0.80.0" + +S=${WORKDIR}/${PN} + +src_install() { + make DESTDIR=${D} install || die + dobin bio2jack-config + dodoc AUTHORS ChangeLog INSTALL NEWS README +} diff --git a/dev-libs/bio2jack/files/digest-bio2jack-0.2-r1 b/dev-libs/bio2jack/files/digest-bio2jack-0.2-r1 new file mode 100644 index 000000000000..0477d6eb6d6e --- /dev/null +++ b/dev-libs/bio2jack/files/digest-bio2jack-0.2-r1 @@ -0,0 +1 @@ +MD5 4a94725c398ef933a59db1513f2d6295 bio2jack-0.2.tar.gz 486860 |