summaryrefslogtreecommitdiff
path: root/gawk/Pkgfile
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2013-05-12 10:46:37 +0200
committerJuergen Daubert <jue@jue.li>2013-05-12 10:46:37 +0200
commit217ea948f892a1aaf8b33b3b00fea41e217991b7 (patch)
treeff5c60837cb07e213c1a5ac7f6b3682d214d0cc8 /gawk/Pkgfile
parent1ed60226d73e27cd69870e3ce436ade6422d9e89 (diff)
downloadcore-217ea948f892a1aaf8b33b3b00fea41e217991b7.tar.gz
core-217ea948f892a1aaf8b33b3b00fea41e217991b7.tar.xz
gawk: update to 4.1.0
Diffstat (limited to 'gawk/Pkgfile')
-rw-r--r--gawk/Pkgfile11
1 files changed, 4 insertions, 7 deletions
diff --git a/gawk/Pkgfile b/gawk/Pkgfile
index 248c46d2..4e78f65c 100644
--- a/gawk/Pkgfile
+++ b/gawk/Pkgfile
@@ -1,9 +1,10 @@
# Description: A pattern scanning and processing language
# URL: http://www.gnu.org/software/gawk/gawk.html
# Maintainer: CRUX System Team, core-ports at crux dot nu
+# Depends on: readline libmpfr
name=gawk
-version=4.0.2
+version=4.1.0
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
@@ -17,10 +18,6 @@ build() {
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info
- rm $PKG/usr/bin/{gawk,pgawk}-$version
- rm $PKG/usr/man/man1/{p,d}gawk.1
-
- ln -sf gawk.1.gz $PKG/usr/man/man1/awk.1.gz
- ln -sf gawk.1.gz $PKG/usr/man/man1/dawk.1.gz
- ln -sf gawk.1.gz $PKG/usr/man/man1/pawk.1.gz
+ rm $PKG/usr/bin/gawk-$version
+ rm $PKG/usr/lib/gawk/*.la
}

Generated by cgit