new haskell-alsa-mixer version including rebuild for ghc 7.0.2

This commit is contained in:
Cedric Girard 2011-03-15 17:03:30 +01:00
parent 087f4e198b
commit 9c014a6d5d

View file

@ -1,18 +1,18 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com> # Maintainer: Cedric Girard <girard.cedric@gmail.com>
_hkgname=alsa-mixer _hkgname=alsa-mixer
pkgname=haskell-alsa-mixer pkgname=haskell-alsa-mixer
pkgver=0.1 pkgver=0.1.1
pkgrel=1 pkgrel=1
pkgdesc="Bindings to the ALSA simple mixer API." pkgdesc="Bindings to the ALSA simple mixer API."
url="http://hackage.haskell.org/package/${_hkgname}" url="http://hackage.haskell.org/package/${_hkgname}"
license=('custom:BSD3') license=('custom:BSD3')
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
makedepends=() makedepends=()
depends=('ghc' 'haskell-alsa-core<0.6' 'haskell-bytestring=0.9.1.7' 'haskell-template-haskell=2.4.0.1' 'alsa-lib') depends=('ghc' 'haskell-alsa-core<0.6' 'alsa-lib')
options=('strip') options=('strip')
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
install=${pkgname}.install install=${pkgname}.install
md5sums=('c9a585d6ad00f31929a37b381f245b98') md5sums=('a1e4408ed30083d8388d46c7edb63a09')
build() { build() {
cd ${srcdir}/${_hkgname}-${pkgver} cd ${srcdir}/${_hkgname}-${pkgver}
runhaskell Setup configure -O --enable-split-objs --enable-shared \ runhaskell Setup configure -O --enable-split-objs --enable-shared \