summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/seq24/seq24-0.4.2.ebuild')
-rw-r--r--media-sound/seq24/seq24-0.4.2.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/media-sound/seq24/seq24-0.4.2.ebuild b/media-sound/seq24/seq24-0.4.2.ebuild
new file mode 100644
index 000000000000..6b8f3d9c2a41
--- /dev/null
+++ b/media-sound/seq24/seq24-0.4.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/seq24-0.4.2.ebuild,v 1.1 2003/05/19 11:55:58 jje Exp $
+
+IUSE=""
+
+DESCRIPTION="Small alsa sequencer"
+HOMEPAGE="http://www.filter24.org/seq24/"
+SRC_URI="http://www.filter24.org/seq24/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+DEPEND=">=media-libs/alsa-lib-0.9.0
+ =gtkmm-1.2*"
+
+S=${WORKDIR}/${P}
+
+src_compile() {
+ econf
+ emake || die "build failed"
+}
+
+src_install() {
+ einstall || die "install failed"
+}
+