diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-10-17 15:17:53 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-10-17 15:17:53 +0000 |
commit | 8d5064e9c5411964ecd045b1ac4225a9ed52cb12 (patch) | |
tree | 45ba9e6ef485abacaf9b8c189ec7158c9fb402a4 /media-sound/krecord/krecord-1.16.ebuild | |
parent | Stable on sparc (diff) | |
download | historical-8d5064e9c5411964ecd045b1ac4225a9ed52cb12.tar.gz historical-8d5064e9c5411964ecd045b1ac4225a9ed52cb12.tar.bz2 historical-8d5064e9c5411964ecd045b1ac4225a9ed52cb12.zip |
New version (#109408). Cleanup.
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'media-sound/krecord/krecord-1.16.ebuild')
-rw-r--r-- | media-sound/krecord/krecord-1.16.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/media-sound/krecord/krecord-1.16.ebuild b/media-sound/krecord/krecord-1.16.ebuild new file mode 100644 index 000000000000..a0eb271b20f0 --- /dev/null +++ b/media-sound/krecord/krecord-1.16.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/krecord/krecord-1.16.ebuild,v 1.1 2005/10/17 15:17:53 greg_g Exp $ + +inherit kde-functions + +DESCRIPTION="A KDE sound recorder." +HOMEPAGE="http://bytesex.org/krecord.html" +SRC_URI="http://dl.bytesex.org/releases/krecord/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +DEPEND=">=kde-base/kdelibs-3" + +set-kdedir 3 + +src_compile() { + emake || die +} + +src_install() { + make DESTDIR="${D}" \ + prefix=/usr \ + appsdir="${D}/usr/share/applnk/Multimedia" \ + datadir="${D}/usr/share/apps/krecord" \ + htmldir="${D}/usr/share/doc/HTML/en/krecord" \ + install || die + + dodoc Changes README VERSION +} |