lfe: update to 2.0.1.
This commit is contained in:
parent
01dfec9fe7
commit
a151ad395d
|
@ -1,11 +0,0 @@
|
|||
--- a/Makefile 2018-01-15 14:49:00.426539554 +0100
|
||||
+++ b/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,19 +1,16 @@
|
|||
# Template file for 'lfe'
|
||||
pkgname=lfe
|
||||
version=1.3
|
||||
revision=3
|
||||
version=2.0.1
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="erlang"
|
||||
depends="erlang"
|
||||
short_desc="Lisp flavoured erlang"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="http://lfe.io/"
|
||||
distfiles="https://github.com/rvirding/lfe/archive/v${version}.tar.gz"
|
||||
checksum=04634f2c700ecedb55f4369962837792669e6be809dba90d81974198fc2b7b72
|
||||
|
||||
do_build() {
|
||||
make
|
||||
}
|
||||
distfiles="https://github.com/lfe/lfe/archive/v${version}.tar.gz"
|
||||
checksum=d64a5c0b626411afe67f146b56094337801c596d9b0cdfeabaf61223c479985f
|
||||
|
||||
do_install() {
|
||||
for b in lfe lfec lfescript; do
|
||||
|
|
Loading…
Reference in New Issue