loksh: update to 6.4
This commit is contained in:
parent
d152a1e9f8
commit
2e2a490586
2 changed files with 16 additions and 3 deletions
13
srcpkgs/loksh/patches/ncursesw.patch
Normal file
13
srcpkgs/loksh/patches/ncursesw.patch
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
--- Makefile.orig 2018-10-18 11:46:33.917801273 -0700
|
||||||
|
+++ Makefile 2018-10-18 11:46:38.748833596 -0700
|
||||||
|
@@ -9,8 +9,8 @@
|
||||||
|
MAN_DIR ?= $(PREFIX)/share/man
|
||||||
|
DOC_DIR ?= $(PREFIX)/share/doc/loksh
|
||||||
|
|
||||||
|
-NCURSES_CFLAGS = $(shell pkg-config --cflags ncurses)
|
||||||
|
-NCURSES_LDFLAGS = $(shell pkg-config --libs ncurses)
|
||||||
|
+NCURSES_CFLAGS = $(shell pkg-config --cflags ncursesw)
|
||||||
|
+NCURSES_LDFLAGS = $(shell pkg-config --libs ncursesw)
|
||||||
|
|
||||||
|
OBJECTS = alloc.o c_ksh.o c_sh.o c_test.o c_ulimit.o edit.o emacs.o eval.o \
|
||||||
|
exec.o expr.o history.o io.o jobs.o lex.o mail.o main.o misc.o \
|
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'loksh'
|
# Template file for 'loksh'
|
||||||
pkgname=loksh
|
pkgname=loksh
|
||||||
version=6.3
|
version=6.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="HAVE_LIBBSD=1"
|
make_build_args="HAVE_LIBBSD=1"
|
||||||
make_install_args="BIN_NAME=loksh"
|
make_install_args="BIN_NAME=loksh"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libbsd-devel"
|
makedepends="libbsd-devel ncurses-devel"
|
||||||
short_desc="A Linux port of OpenBSD's ksh"
|
short_desc="A Linux port of OpenBSD's ksh"
|
||||||
maintainer="Renato Aguiar <renato@renag.me>"
|
maintainer="Renato Aguiar <renato@renag.me>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
homepage="https://github.com/dimkr/loksh"
|
homepage="https://github.com/dimkr/loksh"
|
||||||
distfiles="https://github.com/dimkr/loksh/archive/${version}.tar.gz"
|
distfiles="https://github.com/dimkr/loksh/archive/${version}.tar.gz"
|
||||||
checksum=4c8bccf3fef58dce1c67395cffbf4e95fb6ee597d582ff2d2b3a851b1e302b44
|
checksum=852d586849201346475946b6dc0551ea807262fd7d3fbd5fb2fe75fa42c6b222
|
||||||
register_shell="/bin/loksh"
|
register_shell="/bin/loksh"
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue