summaryrefslogtreecommitdiff
blob: dd5e69f268bb47517025fcabece3f06c00ab13ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/ringtonetools/ringtonetools-2.18.ebuild,v 1.3 2004/06/24 22:30:13 agriffis Exp $

DESCRIPTION="Ringtone Tools is a program for creating ringtones and logos for mobile phones"
HOMEPAGE="http://ringtonetools.mikekohn.net/"
SRC_URI="http://www.mikekohn.com/ringtonetools/${P}.tar.gz"
DEPEND="virtual/glibc"
IUSE=""
SLOT="0"
LICENSE="ringtonetools"
KEYWORDS="x86"

src_compile() {
	emake || die
}

src_install() {
	exeinto /usr/bin
	doexe ringtonetools
	insinto /usr/share/${P}
	doins samples/*
	dodoc docs/*
}