mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00

This change imports the ports collection from the former porttix and srctix repositories and converts them to port(5) files with metadata pointing to the upstream release tarballs with patches checked into this repository. Ports are now developed and versioned along with the operating system and are automatically built per the PACKAGES environment variable. The patches are licensed under the same license as the relevant ports. Tix has gained support for the new port(5) format. tix-port(8) is the new high level ports build even point that handles downloading pstream releases into the new mirror cache directory, applying the patches, building the port with the lower-level tix-build(8), and finally installing the binary package. The new tix-vars(8) program parses port(5) files and the new tix-rmdiff(8) program produces input for tix-rmpatch(8). The old doc/ directory is discontinued in favor of manual pages documenting the new ports system. The obsolete porttix-create(8) and srctix-create(8) programs are removed.
12 lines
467 B
Text
12 lines
467 B
Text
NAME=gzip
|
|
BUILD_LIBRARIES=libz
|
|
VERSION=1.5
|
|
DISTNAME=$NAME-$VERSION
|
|
COMPRESSION=tar.xz
|
|
ARCHIVE=$DISTNAME.$COMPRESSION
|
|
SHA256SUM=9ac20a3841a1246a8bedd800ea1fb93ef76521535d89cb59397d267026b6a173
|
|
UPSTREAM_SITE=https://ftp.gnu.org/gnu/gzip
|
|
UPSTREAM_ARCHIVE=$ARCHIVE
|
|
BUILD_SYSTEM=configure
|
|
MAKE_VARS='V=1'
|
|
CONFIGURE_VARS='gt_cv_locale_fr=false gt_cv_locale_ja=false gt_cv_locale_fr_utf8=false gt_cv_locale_ja_utf8=false gt_cv_locale_tr_utf8=false gt_cv_locale_zh_CN=false'
|