summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/timemachine/timemachine-0.3.0.ebuild')
-rw-r--r--media-sound/timemachine/timemachine-0.3.0.ebuild14
1 files changed, 8 insertions, 6 deletions
diff --git a/media-sound/timemachine/timemachine-0.3.0.ebuild b/media-sound/timemachine/timemachine-0.3.0.ebuild
index 63d95840b372..4a28b3749f65 100644
--- a/media-sound/timemachine/timemachine-0.3.0.ebuild
+++ b/media-sound/timemachine/timemachine-0.3.0.ebuild
@@ -1,16 +1,18 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/timemachine/timemachine-0.3.0.ebuild,v 1.1 2004/11/03 22:23:20 fvdpol Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/timemachine/timemachine-0.3.0.ebuild,v 1.2 2004/12/19 06:54:54 eradicator Exp $
+
+IUSE="ladcca"
inherit flag-o-matic eutils
+
DESCRIPTION="JACK client record button remembering the last 10 seconds when pressed."
HOMEPAGE="http://plugin.org.uk/timemachine/"
SRC_URI="http://plugin.org.uk/timemachine/${P}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~amd64 ~ppc"
-
-IUSE="ladcca"
+KEYWORDS="amd64 ~ppc x86"
DEPEND=">=media-sound/jack-audio-connection-kit-0.80.0
>=x11-libs/gtk+-2.2.4-r1
@@ -23,6 +25,6 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} install || die
- dodoc COPYING ChangeLog
+ make DESTDIR="${D}" install || die
+ dodoc ChangeLog
}