moreutils: update to 0.64.
This commit is contained in:
parent
387d68bf0b
commit
fb7e49376c
2 changed files with 2 additions and 13 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- is_utf8/Makefile
|
|
||||||
+++ is_utf8/Makefile
|
|
||||||
@@ -41,7 +41,7 @@ CC = gcc
|
|
||||||
CFLAGS = -O3 -Wextra -Wall -ansi -Wstrict-prototypes
|
|
||||||
|
|
||||||
$(NAME): $(OBJ)
|
|
||||||
- $(CC) $(CFLAGS) -o $(NAME) $(OBJ)
|
|
||||||
+ $(CC) $(CFLAGS) $(LDFLAGS) -o $(NAME) $(OBJ) $(LOADLIBES) $(LDLIBS)
|
|
||||||
|
|
||||||
IS_UTF8_LIB:
|
|
||||||
$(CC) --shared -fPIC $(CFLAGS) $(LIB_SRC) -o $(LINKERNAME)
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'moreutils'
|
# Template file for 'moreutils'
|
||||||
pkgname=moreutils
|
pkgname=moreutils
|
||||||
version=0.63
|
version=0.64
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="DOCBOOK2XMAN=docbook2man"
|
make_build_args="DOCBOOK2XMAN=docbook2man"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="lemmi <lemmi@nerd2nerd.org>"
|
||||||
license="GPL-2.0-only, BSD-2-Clause"
|
license="GPL-2.0-only, BSD-2-Clause"
|
||||||
homepage="https://joeyh.name/code/moreutils/"
|
homepage="https://joeyh.name/code/moreutils/"
|
||||||
distfiles="https://git.joeyh.name/index.cgi/moreutils.git/snapshot/moreutils-${version}.tar.gz"
|
distfiles="https://git.joeyh.name/index.cgi/moreutils.git/snapshot/moreutils-${version}.tar.gz"
|
||||||
checksum=4fc86d56a8a276a0cec71cdabda5ccca50c7a44a2a1ccd888476741d1ce6831d
|
checksum=fed203542c5c2b55c3a41d21bca5bc627ec1f6d7313ed2f758c69798d65770ec
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# rename parallel to not conflict with gnu-parllel
|
# rename parallel to not conflict with gnu-parllel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue