Update TERMUX_SUBPKG_INCLUDE for gzip-compression

This commit is contained in:
Fredrik Fornwall 2019-01-27 22:04:49 +01:00
parent f73203b065
commit 3f56afaf96
9 changed files with 9 additions and 9 deletions

View File

@ -1,3 +1,3 @@
TERMUX_SUBPKG_INCLUDE="bin/dirmngr bin/dirmngr-client share/man/man8/dirmngr.8 share/man/man1/dirmngr-client.1"
TERMUX_SUBPKG_INCLUDE="bin/dirmngr bin/dirmngr-client share/man/man8/dirmngr.8.gz share/man/man1/dirmngr-client.1.gz"
TERMUX_SUBPKG_DESCRIPTION="Server for managing certificate revocation lists"
TERMUX_SUBPKG_DEPENDS="gnupg (>= 2.2.9-1), libgnutls, resolv-conf"

View File

@ -1,4 +1,4 @@
TERMUX_SUBPKG_INCLUDE="bin/gpgv share/man/man1/gpgv.1"
TERMUX_SUBPKG_INCLUDE="bin/gpgv share/man/man1/gpgv.1.gz"
TERMUX_SUBPKG_DESCRIPTION="GNU privacy guard - signature verification tool"
# Conflict with older gnupg package before splitting out gpgv:
TERMUX_SUBPKG_CONFLICTS="gnupg (<= 1.4.21)"

View File

@ -1,3 +1,3 @@
TERMUX_SUBPKG_INCLUDE="bin/curl share/man/man1/curl.1"
TERMUX_SUBPKG_INCLUDE="bin/curl share/man/man1/curl.1.gz"
TERMUX_SUBPKG_DESCRIPTION="Command line tool for transferring data with URL syntax"
TERMUX_SUBPKG_DEPENDS="libcurl"

View File

@ -1,3 +1,3 @@
TERMUX_SUBPKG_INCLUDE="bin/rdiff share/man/man1/rdiff.1"
TERMUX_SUBPKG_INCLUDE="bin/rdiff share/man/man1/rdiff.1.gz"
TERMUX_SUBPKG_DESCRIPTION="Remote incremental backup"
TERMUX_SUBPKG_DEPENDS="librsync,libpopt"

View File

@ -1,3 +1,3 @@
TERMUX_SUBPKG_INCLUDE="bin/xmllint bin/xmlcatalog share/man/man1/xmllint.1 share/man/man1/xmlcatalog.1"
TERMUX_SUBPKG_INCLUDE="bin/xmllint bin/xmlcatalog share/man/man1/xmllint.1.gz share/man/man1/xmlcatalog.1.gz"
TERMUX_SUBPKG_DESCRIPTION="XML utilities"
TERMUX_SUBPKG_DEPENDS="libxml2"

View File

@ -1,3 +1,3 @@
TERMUX_SUBPKG_INCLUDE="bin/xsltproc share/man/man1/xsltproc.1"
TERMUX_SUBPKG_INCLUDE="bin/xsltproc share/man/man1/xsltproc.1.gz"
TERMUX_SUBPKG_DESCRIPTION="XSLT command line processor"
TERMUX_SUBPKG_DEPENDS="libxslt"

View File

@ -1,3 +1,3 @@
TERMUX_SUBPKG_INCLUDE="bin/ncat bin/netcat bin/nc share/man/man1/ncat.1 share/man/man1/netcat.1 share/man/man1/nc.1"
TERMUX_SUBPKG_INCLUDE="bin/ncat bin/netcat bin/nc share/man/man1/ncat.1.gz share/man/man1/netcat.1.gz share/man/man1/nc.1.gz"
TERMUX_SUBPKG_DESCRIPTION="Feature-packed networking utility which reads and writes data across networks from the command line"
TERMUX_SUBPKG_DEPENDS="libpcap, openssl, liblua"

View File

@ -1,4 +1,4 @@
TERMUX_SUBPKG_INCLUDE="bin/php-fpm etc/php-fpm.conf etc/php-fpm.d/www.conf share/man/man8/php-fpm.8"
TERMUX_SUBPKG_INCLUDE="bin/php-fpm etc/php-fpm.conf etc/php-fpm.d/www.conf share/man/man8/php-fpm.8.gz"
TERMUX_SUBPKG_CONFFILES="etc/php-fpm.conf etc/php-fpm.d/www.conf"
TERMUX_SUBPKG_DEPENDS="php"
TERMUX_SUBPKG_DESCRIPTION="FastCGI Process Manager for PHP"

View File

@ -1,4 +1,4 @@
TERMUX_SUBPKG_INCLUDE="share/ri share/man/man1/ri.1 bin/ri"
TERMUX_SUBPKG_INCLUDE="share/ri share/man/man1/ri.1.gz bin/ri"
TERMUX_SUBPKG_DESCRIPTION="Ruby documentation index"
TERMUX_SUBPKG_DEPENDS="ruby"
TERMUX_SUBPKG_PLATFORM_INDEPENDENT=true