summaryrefslogtreecommitdiff
path: root/media-sound/id3tool/id3tool-1.2a-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/id3tool/id3tool-1.2a-r1.ebuild')
-rw-r--r--media-sound/id3tool/id3tool-1.2a-r1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/media-sound/id3tool/id3tool-1.2a-r1.ebuild b/media-sound/id3tool/id3tool-1.2a-r1.ebuild
new file mode 100644
index 000000000000..eb2059541fe6
--- /dev/null
+++ b/media-sound/id3tool/id3tool-1.2a-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Tool for easy manipulation of the ID3 tags present in MP3 audio files"
+HOMEPAGE="http://nekohako.xware.cx/id3tool/"
+SRC_URI="http://nekohako.xware.cx/id3tool/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+
+src_prepare() {
+ default
+
+ #implied function in configure, bug https://bugs.gentoo.org/899852
+ eautoreconf
+}