summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorben Hohn <torbenh@gentoo.org>2004-01-23 12:53:53 +0000
committerTorben Hohn <torbenh@gentoo.org>2004-01-23 12:53:53 +0000
commit6a45c8697f297d4f7bfaaaedc6ff62234a00666b (patch)
treedddbf326c84e49cc1ee48b4e6116c194a847ee30 /media-sound/gtick/gtick-0.2.13.ebuild
parentVersion bumping (diff)
downloadgentoo-2-6a45c8697f297d4f7bfaaaedc6ff62234a00666b.tar.gz
gentoo-2-6a45c8697f297d4f7bfaaaedc6ff62234a00666b.tar.bz2
gentoo-2-6a45c8697f297d4f7bfaaaedc6ff62234a00666b.zip
Version bumping
Diffstat (limited to 'media-sound/gtick/gtick-0.2.13.ebuild')
-rw-r--r--media-sound/gtick/gtick-0.2.13.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/media-sound/gtick/gtick-0.2.13.ebuild b/media-sound/gtick/gtick-0.2.13.ebuild
new file mode 100644
index 000000000000..701f2aa0e52b
--- /dev/null
+++ b/media-sound/gtick/gtick-0.2.13.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gtick/gtick-0.2.13.ebuild,v 1.1 2004/01/23 12:53:39 torbenh Exp $
+
+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"
+
+DEPEND=">=x11-libs/gtk+-2.0
+ virtual/glibc"
+
+src_compile() {
+ econf || die "configure failed"
+ emake || die
+}
+
+src_install() {
+ einstall || die
+ dodoc AUTHORS COPYING REAME NEWS
+}