lfe: update to 1.3.
This commit is contained in:
parent
9a003f49ac
commit
6056d10d49
2 changed files with 13 additions and 2 deletions
11
srcpkgs/lfe/patches/no-install-on-build.patch
Normal file
11
srcpkgs/lfe/patches/no-install-on-build.patch
Normal file
|
@ -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)
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'lfe'
|
# Template file for 'lfe'
|
||||||
pkgname=lfe
|
pkgname=lfe
|
||||||
version=1.2.1
|
version=1.3
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
hostmakedepends="erlang"
|
hostmakedepends="erlang"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Michael Gehring <mg@ebfe.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="http://lfe.io/"
|
homepage="http://lfe.io/"
|
||||||
distfiles="https://github.com/rvirding/lfe/archive/v${version}.tar.gz"
|
distfiles="https://github.com/rvirding/lfe/archive/v${version}.tar.gz"
|
||||||
checksum=a8b0f797d2595153e77dc2309f38f0ed468c3c31ee8e11d4c65cea0910ebe788
|
checksum=1946c0df595ae49ac33fe583f359812dec6349da6acf43c1458534de3267036b
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make
|
make
|
||||||
|
|
Loading…
Reference in a new issue