add staticlibs to haskell-alsa-mixer PKGBUILD

This commit is contained in:
Cedric Girard 2014-02-25 12:25:41 +01:00
parent e47929aa81
commit ddb0e6fc3f
1 changed files with 2 additions and 2 deletions

View File

@ -2,14 +2,14 @@
_hkgname=alsa-mixer
pkgname=haskell-alsa-mixer
pkgver=0.1.2
pkgrel=2
pkgrel=3
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' 'alsa-lib' 'c2hs')
options=('strip')
options=('strip' 'staticlibs')
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
install=${pkgname}.install
md5sums=('839b461c977d21c61ee49a1ed1d67482')