new haskell-alsa-mixer version including rebuild for ghc 7.0.2
This commit is contained in:
parent
087f4e198b
commit
9c014a6d5d
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
|||
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
||||
_hkgname=alsa-mixer
|
||||
pkgname=haskell-alsa-mixer
|
||||
pkgver=0.1
|
||||
pkgver=0.1.1
|
||||
pkgrel=1
|
||||
pkgdesc="Bindings to the ALSA simple mixer API."
|
||||
url="http://hackage.haskell.org/package/${_hkgname}"
|
||||
license=('custom:BSD3')
|
||||
arch=('i686' 'x86_64')
|
||||
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')
|
||||
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
|
||||
install=${pkgname}.install
|
||||
md5sums=('c9a585d6ad00f31929a37b381f245b98')
|
||||
md5sums=('a1e4408ed30083d8388d46c7edb63a09')
|
||||
build() {
|
||||
cd ${srcdir}/${_hkgname}-${pkgver}
|
||||
runhaskell Setup configure -O --enable-split-objs --enable-shared \
|
||||
|
|
Loading…
Reference in a new issue