add staticlibs to haskell-hinotify PKGBUILD

This commit is contained in:
Cedric Girard 2014-02-25 12:28:18 +01:00
parent ddb0e6fc3f
commit fe7267fae8

View file

@ -2,14 +2,14 @@
_hkgname=hinotify _hkgname=hinotify
pkgname=haskell-hinotify pkgname=haskell-hinotify
pkgver=0.3.6 pkgver=0.3.6
pkgrel=1 pkgrel=2
pkgdesc="Haskell binding to INotify" pkgdesc="Haskell binding to INotify"
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-containers=0.5.0.0' 'haskell-directory=1.2.0.1' 'haskell-unix=2.6.0.1') depends=('ghc' 'haskell-containers=0.5.0.0' 'haskell-directory=1.2.0.1' 'haskell-unix=2.6.0.1')
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=('5d087e0fac09d987edd3c41017142212') md5sums=('5d087e0fac09d987edd3c41017142212')