squashfs-tools: remove long_desc.
This commit is contained in:
parent
5d9897e50b
commit
eff1a3f248
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'squashfs-tools'
|
||||
pkgname=squashfs-tools
|
||||
version=4.2
|
||||
revision=3
|
||||
revision=4
|
||||
wrksrc="squashfs${version}"
|
||||
makedepends="zlib-devel lzo-devel liblzma-devel"
|
||||
license="GPL"
|
||||
|
@ -10,16 +10,6 @@ short_desc="Tool to create and append to squashfs filesystems"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="${SOURCEFORGE_SITE}/squashfs/squashfs${version}.tar.gz"
|
||||
checksum=d9e0195aa922dbb665ed322b9aaa96e04a476ee650f39bbeadb0d00b24022e96
|
||||
long_desc="
|
||||
Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib
|
||||
compression to compress both files, inodes and directories. Inodes in the
|
||||
system are very small and all blocks are packed to minimise data overhead.
|
||||
Block sizes greater than 4K are supported up to a maximum of 64K.
|
||||
|
||||
Squashfs is intended for general read-only filesystem use, 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."
|
||||
|
||||
do_build() {
|
||||
cd ${wrksrc}/${pkgname}
|
||||
|
@ -31,6 +21,6 @@ do_build() {
|
|||
|
||||
do_install() {
|
||||
cd ${wrksrc}/${pkgname}
|
||||
install -d ${DESTDIR}/usr/bin
|
||||
vmkdir usr/bin
|
||||
install -m755 {mk,un}squashfs ${DESTDIR}/usr/bin
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user