add staticlibs to haskell-alsa-core pkbuild

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

View File

@ -2,14 +2,14 @@
_hkgname=alsa-core
pkgname=haskell-alsa-core
pkgver=0.5.0.1
pkgrel=1
pkgrel=2
pkgdesc="Binding to the ALSA Library API (Exceptions)."
url="http://hackage.haskell.org/package/${_hkgname}"
license=('custom:BSD3')
arch=('i686' 'x86_64')
makedepends=()
depends=('ghc' 'haskell-extensible-exceptions=0.1.1.4' 'alsa-lib')
options=('strip')
options=('strip' 'staticlibs')
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
install=${pkgname}.install
md5sums=('60af8328663a5d6ecaaf92dd32cf0710')