eth0s/ports/core/gawk/Pkgfile

21 lines
413 B
Text
Raw Normal View History

# Description: Programs for manipulating text files
# URL:
# Maintainer:
# Depends on:
name=gawk
version=5.0.1
release=1
source=(https://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
build() {
cd $name-$version
# ensure some unneeded files are not installed
sed -i 's/extras//' Makefile.in
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}