summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2011-09-18 18:04:09 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2011-09-18 18:04:09 +0000
commit13fdbc7f3fdc48fc43a16cb81c7eb4f139721d1c (patch)
treeb4518144f3e25152d704c6636703621ea4cf526a /dev-haskell/alsa-mixer/alsa-mixer-0.1.2.ebuild
parentalpha/ia64/s390/sh/sparc stable wrt #355085 (diff)
downloadgentoo-2-13fdbc7f3fdc48fc43a16cb81c7eb4f139721d1c.tar.gz
gentoo-2-13fdbc7f3fdc48fc43a16cb81c7eb4f139721d1c.tar.bz2
gentoo-2-13fdbc7f3fdc48fc43a16cb81c7eb4f139721d1c.zip
Initial version. Haskell bindings to the ALSA simple mixer API.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/alsa-mixer/alsa-mixer-0.1.2.ebuild')
-rw-r--r--dev-haskell/alsa-mixer/alsa-mixer-0.1.2.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-haskell/alsa-mixer/alsa-mixer-0.1.2.ebuild b/dev-haskell/alsa-mixer/alsa-mixer-0.1.2.ebuild
new file mode 100644
index 000000000000..53278fb79e82
--- /dev/null
+++ b/dev-haskell/alsa-mixer/alsa-mixer-0.1.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alsa-mixer/alsa-mixer-0.1.2.ebuild,v 1.1 2011/09/18 18:04:09 slyfox Exp $
+
+# ebuild generated by hackport 0.2.13
+
+EAPI="3"
+
+CABAL_FEATURES="lib profile haddock hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Haskell bindings to the ALSA simple mixer API."
+HOMEPAGE="http://hackage.haskell.org/package/alsa-mixer"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="=dev-haskell/alsa-core-0.5*
+ >=dev-lang/ghc-6.10.1
+ media-libs/alsa-lib"
+DEPEND="${RDEPEND}
+ dev-haskell/c2hs
+ >=dev-haskell/cabal-1.6"