2014-07-09 18:02:07 +00:00
|
|
|
# Template file for 'ghc'
|
|
|
|
pkgname=ghc
|
2014-12-24 15:42:47 +00:00
|
|
|
version=7.8.4
|
2014-07-11 16:10:16 +00:00
|
|
|
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-12-24 15:42:47 +00:00
|
|
|
checksum=c319cd94adb284177ed0e6d21546ed0b900ad84b86b87c06a99eac35152982c4
|
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
|
|
|
}
|