You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
freifunkist-firmware/feeds/packages.tmp/info/.packageinfo-utils_tar

53 lines
1.2 KiB

Source-Makefile: feeds/packages/utils/tar/Makefile
Build-Depends: xz
Package: tar
Menu: 1
Version: 1.32-1
Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_TAR_POSIX_ACL:libacl +PACKAGE_TAR_XATTR:libattr +PACKAGE_TAR_BZIP2:bzip2
Conflicts:
Menu-Depends:
Provides:
Section: utils
Category: Utilities
Repository: base
Title: GNU tar
Maintainer: Álvaro Fernández Rojas <noltari@gmail.com>
Source: tar-1.32.tar.xz
License: GPL-3.0
LicenseFiles: COPYING
Type: ipkg
Description: Tar is a program for packaging a set of files as a
single archive in tar format.
https://www.gnu.org/software/tar/
Álvaro Fernández Rojas <noltari@gmail.com>
@@
Config:
if PACKAGE_tar
config PACKAGE_TAR_POSIX_ACL
bool "tar: Enable POSIX ACL support"
default y if USE_FS_ACL_ATTR
default n
config PACKAGE_TAR_XATTR
bool "tar: Enable extended attribute (xattr) support"
default y if USE_FS_ACL_ATTR
default n
config PACKAGE_TAR_GZIP
bool "tar: Enable seamless gzip support"
default y
config PACKAGE_TAR_BZIP2
bool "tar: Enable seamless bzip2 support"
default y
config PACKAGE_TAR_XZ
bool "tar: Enable seamless xz support"
select PACKAGE_xz-utils
select PACKAGE_xz
default y
endif
@@