moreutils: update to 0.60.
This commit is contained in:
parent
d324a95eeb
commit
04a09c4063
|
@ -0,0 +1,11 @@
|
||||||
|
--- 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,9 +1,8 @@
|
||||||
# Template file for 'moreutils'
|
# Template file for 'moreutils'
|
||||||
pkgname=moreutils
|
pkgname=moreutils
|
||||||
version=0.59
|
version=0.60
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
wrksrc="${pkgname}-${version}.orig"
|
|
||||||
make_build_args="DOCBOOK2XMAN=docbook2man"
|
make_build_args="DOCBOOK2XMAN=docbook2man"
|
||||||
hostmakedepends="docbook2x"
|
hostmakedepends="docbook2x"
|
||||||
depends="perl perl-IPC-Run perl-TimeDate"
|
depends="perl perl-IPC-Run perl-TimeDate"
|
||||||
|
@ -11,8 +10,8 @@ short_desc="Unix tools that nobody thought to write, when Unix was young"
|
||||||
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://joeyh.name/code/moreutils/"
|
homepage="https://joeyh.name/code/moreutils/"
|
||||||
distfiles="${DEBIAN_SITE}/main/m/moreutils/moreutils_${version}.orig.tar.gz"
|
distfiles="${DEBIAN_SITE}/main/m/moreutils/moreutils_${version}.orig.tar.xz"
|
||||||
checksum=a48e11c3197bf79a7bfaa121423e64626e3381d9fedc91d606e9724ae498d1b4
|
checksum=e42d18bacbd2d003779a55fb3542befa5d1d217ee37c1874e8c497581ebc17c5
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# rename parallel to not conflict with gnu-parllel
|
# rename parallel to not conflict with gnu-parllel
|
||||||
|
|
Loading…
Reference in New Issue