MAWK: update, url-fix, reduced deps. (#1781)

This commit is contained in:
miqlas
2017-11-11 10:28:34 +01:00
committed by Jérôme Duval
parent da9fd2f0c0
commit b0eca0c920

View File

@@ -1,7 +1,6 @@
SUMMARY="A pattern scanning and processing language" SUMMARY="A pattern scanning and processing language"
DESCRIPTION=" DESCRIPTION="If you are like many computer users, you would frequently like \
If you are like many computer users, you would frequently like to make \ to make changes in various text files wherever certain patterns appear, or \
changes in various text files wherever certain patterns appear, or \
extract data from parts of certain lines while discarding the rest. To \ extract data from parts of certain lines while discarding the rest. To \
write a program to do this in a language such as C or Pascal is a \ write a program to do this in a language such as C or Pascal is a \
time-consuming inconvenience that may take many lines of code. The job \ time-consuming inconvenience that may take many lines of code. The job \
@@ -11,12 +10,12 @@ The awk utility interprets a special-purpose programming language that \
makes it possible to handle simple data-reformatting jobs with just a \ makes it possible to handle simple data-reformatting jobs with just a \
few lines of code." few lines of code."
HOMEPAGE="http://invisible-island.net/mawk" HOMEPAGE="http://invisible-island.net/mawk"
COPYRIGHT="2009-2014 Thomas E. Dickey" COPYRIGHT="2009-2017 Thomas E. Dickey"
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
REVISION="2" REVISION="1"
SOURCE_URI="ftp://invisible-island.net/mawk/mawk-1.3.4-20161120.tgz" SOURCE_URI="ftp://ftp.invisible-island.net/mawk/mawk-1.3.4-20171017.tgz"
CHECKSUM_SHA256="361ec1bb4968c1f1f3b91b77493cf11b31c73ff8516f95db30e4dc28de180c1e" CHECKSUM_SHA256="db17115d1ed18ed1607c8b93291db9ccd4fe5e0f30d2928c3c5d127b23ec9e5b"
SOURCE_DIR="mawk-1.3.4-20161120" SOURCE_DIR="mawk-1.3.4-20171017"
ARCHITECTURES="x86_gcc2 x86 x86_64 arm ppc" ARCHITECTURES="x86_gcc2 x86 x86_64 arm ppc"
@@ -33,12 +32,8 @@ BUILD_REQUIRES="
" "
BUILD_PREREQUIRES=" BUILD_PREREQUIRES="
haiku_devel haiku_devel
cmd:aclocal
cmd:autoconf
cmd:automake
cmd:gcc cmd:gcc
cmd:ld cmd:ld
cmd:libtoolize
cmd:make cmd:make
cmd:makeinfo cmd:makeinfo
cmd:sed cmd:sed