add staticlibs to haskell-alsa-mixer PKGBUILD
This commit is contained in:
parent
e47929aa81
commit
ddb0e6fc3f
1 changed files with 2 additions and 2 deletions
|
@ -2,14 +2,14 @@
|
||||||
_hkgname=alsa-mixer
|
_hkgname=alsa-mixer
|
||||||
pkgname=haskell-alsa-mixer
|
pkgname=haskell-alsa-mixer
|
||||||
pkgver=0.1.2
|
pkgver=0.1.2
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
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' 'alsa-lib' 'c2hs')
|
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)
|
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
|
||||||
install=${pkgname}.install
|
install=${pkgname}.install
|
||||||
md5sums=('839b461c977d21c61ee49a1ed1d67482')
|
md5sums=('839b461c977d21c61ee49a1ed1d67482')
|
||||||
|
|
Loading…
Reference in a new issue