void-packages/srcpkgs/ghc/template

22 lines
722 B
Plaintext
Raw Normal View History

2014-07-09 18:02:07 +00:00
# Template file for 'ghc'
pkgname=ghc
2014-07-11 16:10:16 +00:00
version=7.8.3
revision=1
2014-07-09 18:02:07 +00:00
only_for_archs="i686 x86_64"
build_style=gnu-configure
configure_args="--with-system-libffi"
hostmakedepends="ghc-bin docbook-xsl libxslt"
makedepends="libffi-devel gmp-devel ncurses-devel"
2014-07-11 16:10:16 +00:00
depends="perl gcc libffi-devel gmp-devel"
2014-07-09 18:02:07 +00:00
short_desc="Glorious Haskell Compiler"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="custom"
homepage="http://www.haskell.org/ghc/"
distfiles="http://www.haskell.org/ghc/dist/$version/$pkgname-$version-src.tar.xz"
2014-07-11 16:10:16 +00:00
checksum=b0cd96a549ba3b5e512847a4a8cd1a3174e4b2b75dadfc41c568fb812887b958
2014-07-09 18:02:07 +00:00
post_install() {
2014-07-10 20:05:29 +00:00
sed -i 's#/usr/lib/ccache/bin/##g' ${DESTDIR}/usr/lib/ghc-${version}/settings
vlicense LICENSE
2014-07-09 18:02:07 +00:00
}