From eff1a3f2483a881dbd51d48910e366b6788cfd52 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 17 Feb 2014 09:13:00 +0100 Subject: [PATCH] squashfs-tools: remove long_desc. --- srcpkgs/squashfs-tools/template | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/srcpkgs/squashfs-tools/template b/srcpkgs/squashfs-tools/template index ab63db47d3..e8b0956cb8 100644 --- a/srcpkgs/squashfs-tools/template +++ b/srcpkgs/squashfs-tools/template @@ -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 " 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 }