summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2004-12-18 13:35:05 +0000
committerTony Vroon <chainsaw@gentoo.org>2004-12-18 13:35:05 +0000
commit04d98efdb5e0f896e9d9a9627acd3761e7349cf4 (patch)
tree5f91054333b34d39542e014693d5237d9086c692 /media-sound/gtick/gtick-0.3.4.ebuild
parentversion bump (Manifest recommit) (diff)
downloadgentoo-2-04d98efdb5e0f896e9d9a9627acd3761e7349cf4.tar.gz
gentoo-2-04d98efdb5e0f896e9d9a9627acd3761e7349cf4.tar.bz2
gentoo-2-04d98efdb5e0f896e9d9a9627acd3761e7349cf4.zip
Version bump, closes bug #73416.
Diffstat (limited to 'media-sound/gtick/gtick-0.3.4.ebuild')
-rw-r--r--media-sound/gtick/gtick-0.3.4.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/media-sound/gtick/gtick-0.3.4.ebuild b/media-sound/gtick/gtick-0.3.4.ebuild
new file mode 100644
index 000000000000..8fe4d01028f5
--- /dev/null
+++ b/media-sound/gtick/gtick-0.3.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gtick/gtick-0.3.4.ebuild,v 1.1 2004/12/18 13:35:05 chainsaw Exp $
+
+IUSE=""
+
+DESCRIPTION="a metronome application supporting different meters and speeds ranging"
+HOMEPAGE="http://www.antcom.de/gtick/"
+SRC_URI="http://www.antcom.de/gtick/download/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc amd64"
+
+DEPEND=">=x11-libs/gtk+-2.0"
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc ABOUT-NLS AUTHORS COPYING ChangeLog NEWS README THANKS TODO
+}