From 6056d10d49211aa1ec672f280b82da9e1af3b271 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 15 Jan 2018 14:50:27 +0100 Subject: [PATCH] lfe: update to 1.3. --- srcpkgs/lfe/patches/no-install-on-build.patch | 11 +++++++++++ srcpkgs/lfe/template | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/lfe/patches/no-install-on-build.patch diff --git a/srcpkgs/lfe/patches/no-install-on-build.patch b/srcpkgs/lfe/patches/no-install-on-build.patch new file mode 100644 index 0000000000..21161d7791 --- /dev/null +++ b/srcpkgs/lfe/patches/no-install-on-build.patch @@ -0,0 +1,11 @@ +--- Makefile.orig 2018-01-15 14:49:00.426539554 +0100 ++++ Makefile 2018-01-15 14:49:04.968584026 +0100 +@@ -118,7 +118,7 @@ comp_opts.mk: + -include comp_opts.mk + + $(BINDIR)/lfe%: +- $(INSTALL_BIN) $@ $(DESTBINDIR) ++ : $(INSTALL_BIN) $@ $(DESTBINDIR) + + install: compile install-man + rm -Rf $(DESTEBINDIR) diff --git a/srcpkgs/lfe/template b/srcpkgs/lfe/template index 0225a01405..fea933a9ef 100644 --- a/srcpkgs/lfe/template +++ b/srcpkgs/lfe/template @@ -1,6 +1,6 @@ # Template file for 'lfe' pkgname=lfe -version=1.2.1 +version=1.3 revision=1 noarch=yes hostmakedepends="erlang" @@ -10,7 +10,7 @@ maintainer="Michael Gehring " license="Apache-2.0" homepage="http://lfe.io/" distfiles="https://github.com/rvirding/lfe/archive/v${version}.tar.gz" -checksum=a8b0f797d2595153e77dc2309f38f0ed468c3c31ee8e11d4c65cea0910ebe788 +checksum=1946c0df595ae49ac33fe583f359812dec6349da6acf43c1458534de3267036b do_build() { make