Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
d52ab46d
Commit
d52ab46d
authored
7 years ago
by
TBK
Committed by
Leonardo Arena
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/gawk: upgrade to 4.2.0; modernize
parent
2a6667f2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/gawk/APKBUILD
+9
-11
9 additions, 11 deletions
main/gawk/APKBUILD
with
9 additions
and
11 deletions
main/gawk/APKBUILD
+
9
−
11
View file @
d52ab46d
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Contributor: Michael Mason <ms13sp@gmail.com>
# Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: TBK <alpine@jjtc.eu>
pkgname
=
gawk
pkgver
=
4.
1.4
pkgver
=
4.
2.0
pkgrel
=
0
pkgdesc
=
"GNU awk pattern-matching language"
url
=
"http://www.gnu.org/software/gawk/gawk.html"
...
...
@@ -10,14 +11,14 @@ arch="all"
license
=
"GPL"
subpackages
=
"
$pkgname
-doc"
source
=
"http://ftp.gnu.org/gnu/
$pkgname
/
$pkgname
-
$pkgver
.tar.xz"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
_builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
prepare
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
}
build
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
...
...
@@ -25,16 +26,13 @@ build() {
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
\
--disable-nls
\
||
return
1
make
||
return
1
--disable-nls
make
}
package
()
{
cd
"
$srcdir
/
$pkgname
-
$pkgver
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
make
DESTDIR
=
"
$pkgdir
"
install
}
md5sums
=
"4e7dbc81163e60fd4f0b52496e7542c9 gawk-4.1.4.tar.xz"
sha256sums
=
"53e184e2d0f90def9207860531802456322be091c7b48f23fdc79cda65adc266 gawk-4.1.4.tar.xz"
sha512sums
=
"6a0e9cf086544212f54b54261dcd517b611aaf495ef99c4b7740d07e363bb00c5632f3d7fd5e12a954d5aa9793764162a57453e0e18884b29c6c54b5f444c097 gawk-4.1.4.tar.xz"
sha512sums
=
"3076b2f42e43fff0ce63dcaa3fb749ce421473d0abc3e1e2d9dd375207d3e35c98d5bf91c3179f49156e8a4977424c16bb2d3d662846ad487153729dd4cfeb4c gawk-4.2.0.tar.xz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment