gawk: update to 4.0.0
This commit is contained in:
parent
20f59de544
commit
26275e1d77
@ -1,7 +1,10 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
lrwxrwxrwx root/root usr/bin/awk -> gawk
|
||||
-rwxr-xr-x root/root usr/bin/dgawk
|
||||
-rwxr-xr-x root/root usr/bin/gawk
|
||||
-rwxr-xr-x root/root usr/bin/igawk
|
||||
-rwxr-xr-x root/root usr/bin/pgawk
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/awk/
|
||||
-rwxr-xr-x root/root usr/lib/awk/grcat
|
||||
@ -10,6 +13,7 @@ drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
lrwxrwxrwx root/root usr/man/man1/awk.1.gz -> gawk.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/gawk.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/igawk.1.gz
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/awk/
|
||||
-rw-r--r-- root/root usr/share/awk/assert.awk
|
||||
@ -22,12 +26,13 @@ drwxr-xr-x root/root usr/share/awk/
|
||||
-rw-r--r-- root/root usr/share/awk/group.awk
|
||||
-rw-r--r-- root/root usr/share/awk/join.awk
|
||||
-rw-r--r-- root/root usr/share/awk/libintl.awk
|
||||
-rw-r--r-- root/root usr/share/awk/nextfile.awk
|
||||
-rw-r--r-- root/root usr/share/awk/noassign.awk
|
||||
-rw-r--r-- root/root usr/share/awk/ord.awk
|
||||
-rw-r--r-- root/root usr/share/awk/passwd.awk
|
||||
-rw-r--r-- root/root usr/share/awk/quicksort.awk
|
||||
-rw-r--r-- root/root usr/share/awk/readable.awk
|
||||
-rw-r--r-- root/root usr/share/awk/rewind.awk
|
||||
-rw-r--r-- root/root usr/share/awk/round.awk
|
||||
-rw-r--r-- root/root usr/share/awk/strtonum.awk
|
||||
-rw-r--r-- root/root usr/share/awk/walkarray.awk
|
||||
-rw-r--r-- root/root usr/share/awk/zerofile.awk
|
||||
|
@ -1 +1 @@
|
||||
52b41c6c4418b3226dfb8f82076193bb gawk-3.1.8.tar.bz2
|
||||
a42be7536a62d0bcb99ca92467d61660 gawk-4.0.0.tar.xz
|
||||
|
13
gawk/Pkgfile
13
gawk/Pkgfile
@ -3,25 +3,22 @@
|
||||
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
||||
|
||||
name=gawk
|
||||
version=3.1.8
|
||||
version=4.0.0
|
||||
release=1
|
||||
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
|
||||
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--libexecdir=/usr/lib \
|
||||
--mandir=/usr/man \
|
||||
--enable-switch \
|
||||
--disable-nls
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -r $PKG/usr/share/info
|
||||
rm $PKG/usr/bin/gawk-$version \
|
||||
$PKG/usr/bin/pgawk-$version \
|
||||
$PKG/usr/bin/{p,i}gawk \
|
||||
$PKG/usr/man/man1/{p,i}gawk.1
|
||||
|
||||
rm $PKG/usr/bin/{gawk,pgawk}-$version \
|
||||
$PKG/usr/man/man1/pgawk.1
|
||||
|
||||
ln -sf gawk.1.gz $PKG/usr/man/man1/awk.1.gz
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user