description="The Gzip package contains programs for compressing and decompressing files."
url="http://www.gzip.org/"

packager="Great-OS Team"
maintainer="Great-OS Team"

name=gzip
version=1.14
release=3

source=(http://ftp.gnu.org/gnu/gzip/gzip-$version.tar.xz)

build() {
  cd gzip-$version

  ./configure --prefix=/usr

  make

  make check

  make DESTDIR=$PKG install
}
