summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn J. Ellis <jje@gentoo.org>2003-05-19 11:56:10 +0000
committerJohn J. Ellis <jje@gentoo.org>2003-05-19 11:56:10 +0000
commit84a8d7c1a1b27effa7394834eabd7c824375ae55 (patch)
treeb96c049804c7fe60277d6bd5c96f1d3d5ce443ba /media-sound/seq24/seq24-0.4.2.ebuild
parentInitial revision (~x86 masked) closes #21236 (diff)
downloadhistorical-84a8d7c1a1b27effa7394834eabd7c824375ae55.tar.gz
historical-84a8d7c1a1b27effa7394834eabd7c824375ae55.tar.bz2
historical-84a8d7c1a1b27effa7394834eabd7c824375ae55.zip
Initial revision (~x86 masked) closes #21236
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"
+}
+