summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2005-10-01 22:05:14 +0000
committerTony Vroon <chainsaw@gentoo.org>2005-10-01 22:05:14 +0000
commite3c48319ca7d806393a30bb24cf10a77e6d179e7 (patch)
tree931aea2e28150773720efee4fdc4f320574c1d80 /media-sound/mp3report/mp3report-1.0.2.ebuild
parentAdd --without-included-regex, bug #107638 (diff)
downloadgentoo-2-e3c48319ca7d806393a30bb24cf10a77e6d179e7.tar.gz
gentoo-2-e3c48319ca7d806393a30bb24cf10a77e6d179e7.tar.bz2
gentoo-2-e3c48319ca7d806393a30bb24cf10a77e6d179e7.zip
Initial commit, closes bug #81172.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'media-sound/mp3report/mp3report-1.0.2.ebuild')
-rw-r--r--media-sound/mp3report/mp3report-1.0.2.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/media-sound/mp3report/mp3report-1.0.2.ebuild b/media-sound/mp3report/mp3report-1.0.2.ebuild
new file mode 100644
index 000000000000..9903c87b97b3
--- /dev/null
+++ b/media-sound/mp3report/mp3report-1.0.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3report/mp3report-1.0.2.ebuild,v 1.1 2005/10/01 22:05:14 chainsaw Exp $
+
+DESCRIPTION="Perl script to create an HTML report of MP3 files in a directory."
+HOMEPAGE="http://mp3report.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${PF}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=">=dev-lang/perl-5.8.6
+ dev-perl/MP3-Info"
+
+src_install() {
+ dodir /usr/share/mp3report
+ insinto /usr/share/mp3report
+ doins extended-template.html default-template.html
+ dodoc documentation.* ChangeLog README TODO
+ newbin mp3report.pl mp3report
+ doman *.1
+}
+
+pkg_postinst() {
+ einfo "You can find templates in /usr/share/mp3report"
+}