summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-01-10 21:58:46 +0000
committerMike Frysinger <vapier@gentoo.org>2004-01-10 21:58:46 +0000
commitc4b697c48426d823973419360663c7bdf52fcb63 (patch)
treeab06100bbd7d83beace701aef652ee489e085d08 /media-sound/gtick
parentremove everything less than <1.1.7 and stabilize 1.2.1 (diff)
downloadhistorical-c4b697c48426d823973419360663c7bdf52fcb63.tar.gz
historical-c4b697c48426d823973419360663c7bdf52fcb63.tar.bz2
historical-c4b697c48426d823973419360663c7bdf52fcb63.zip
touchups
Diffstat (limited to 'media-sound/gtick')
-rw-r--r--media-sound/gtick/gtick-0.2.4.ebuild14
1 files changed, 5 insertions, 9 deletions
diff --git a/media-sound/gtick/gtick-0.2.4.ebuild b/media-sound/gtick/gtick-0.2.4.ebuild
index fbc6b9a0dd73..323ef7677159 100644
--- a/media-sound/gtick/gtick-0.2.4.ebuild
+++ b/media-sound/gtick/gtick-0.2.4.ebuild
@@ -1,19 +1,17 @@
# Copyright 1999-2003 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.4.ebuild,v 1.1 2003/09/20 10:15:00 jje Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gtick/gtick-0.2.4.ebuild,v 1.2 2004/01/10 21:58:46 vapier Exp $
-DESCRIPTION="GTick is a metronome application supporting different meters and speeds ranging"
+DESCRIPTION="a metronome application supporting different meters and speeds ranging"
HOMEPAGE="http://www.antcom.de/gtick/"
SRC_URI="http://savannah.nongnu.org/download/gtick/default.pkg/${PV}/${P}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
-RDEPEND=">=x11-libs/gtk+-2.0"
-DEPEND="virtual/glibc
- ${RDEPEND}"
-
-S=${WORKDIR}/${P}
+DEPEND=">=x11-libs/gtk+-2.0
+ virtual/glibc"
src_compile() {
econf || die "configure failed"
@@ -24,5 +22,3 @@ src_install() {
einstall || die
dodoc AUTHORS COPYING REAME NEWS
}
-
-