mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
ol: update to 2.1.
This commit is contained in:
parent
a6f846a05d
commit
998a57bd4d
2 changed files with 3 additions and 24 deletions
|
@ -1,21 +0,0 @@
|
||||||
# Thanks to Chocimier for the patch!
|
|
||||||
|
|
||||||
diff --git Makefile Makefile
|
|
||||||
index 29ea60f..d586472 100644
|
|
||||||
--- Makefile
|
|
||||||
+++ Makefile
|
|
||||||
@@ -7,6 +7,7 @@ export OL_HOME=libraries
|
|
||||||
all: release
|
|
||||||
|
|
||||||
CC ?= gcc
|
|
||||||
+LD ?= ld
|
|
||||||
UNAME ?= $(shell uname -s)
|
|
||||||
|
|
||||||
# 'configure' part:
|
|
||||||
@@ -167,7 +168,7 @@ src/olvm.c: extensions/ffi.c
|
|
||||||
touch src/olvm.c
|
|
||||||
|
|
||||||
$(repl.o): repl
|
|
||||||
- ld -r -b binary -o $(repl.o) repl
|
|
||||||
+ $(LD) -r -b binary -o $(repl.o) repl
|
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'ol'
|
# Template file for 'ol'
|
||||||
pkgname=ol
|
pkgname=ol
|
||||||
version=2.0
|
version=2.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Purely functional dialect of Lisp"
|
short_desc="Purely functional dialect of Lisp"
|
||||||
maintainer="rc-05 <rc23@email.it>"
|
maintainer="rc-05 <rc23@email.it>"
|
||||||
license="LGPL-3.0-or-later, MIT"
|
license="LGPL-3.0-or-later, MIT"
|
||||||
homepage="https://yuriy-chumak.github.io/ol/"
|
homepage="https://yuriy-chumak.github.io/ol/"
|
||||||
distfiles="https://github.com/yuriy-chumak/ol/archive/v${version}.tar.gz"
|
distfiles="https://github.com/yuriy-chumak/ol/archive/${version}.tar.gz"
|
||||||
checksum=5ad537b6bd032549334d1c72e742b78b7d40ccb8d1491d5cf0ce952964deeeea
|
checksum=4cb05d3c17f041d9dd60fd9379b427d39249c61654b628a1ffa6b75e41c2abbd
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue