mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
17 lines
789 B
Plaintext
17 lines
789 B
Plaintext
PKG_NAME="squashfs"
|
|
PKG_VERSION="4.1"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://squashfs.sourceforge.net/"
|
|
PKG_URL="$SOURCEFORGE_SRC/squashfs/squashfs/${PKG_NAME}${PKG_VERSION}/${PKG_NAME}${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS=""
|
|
PKG_BUILD_DEPENDS="ccache"
|
|
PKG_PRIORITY="optional"
|
|
PKG_SECTION="toolchain/sysutils"
|
|
PKG_SHORTDESC="squashfs-tools: A compressed read-only filesystem for Linux"
|
|
PKG_LONGDESC="Squashfs is intended to be a general read-only filesystem, for archival use (i.e. in cases where a .tar.gz file may be used), and in constrained block device/memory systems (e.g. embedded systems) where low overhead is needed. The filesystem is currently stable and has been tested on PowerPC, i386, SPARC and ARM architectures."
|
|
PKG_IS_ADDON="no"
|
|
|
|
PKG_AUTORECONF="no"
|