squashfs-tools: update to 4.2.
--HG-- branch : gnome3
This commit is contained in:
parent
5581f27015
commit
e5491f8006
1 changed files with 5 additions and 8 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'squashfs-tools'
|
||||
pkgname=squashfs-tools
|
||||
version=4.1
|
||||
version=4.2
|
||||
wrksrc="squashfs${version}"
|
||||
distfiles="${SOURCEFORGE_SITE}/squashfs/squashfs${version}.tar.gz"
|
||||
build_style=custom-install
|
||||
short_desc="Tool to create and append to squashfs filesystems"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=3a870d065a25b3f5467bc6d9ed34340befab51a3f9e4b7e3792ea0ff4e06046a
|
||||
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
|
||||
|
@ -29,19 +29,16 @@ Add_dependency build liblzma-devel
|
|||
|
||||
do_build()
|
||||
{
|
||||
cd ${wrksrc}/${pkgname} || return 1
|
||||
|
||||
cd ${wrksrc}/${pkgname}
|
||||
# Enable LZO and XZ support.
|
||||
sed -i 's|^#XZ_SUPPORT = 1|XZ_SUPPORT = 1|' Makefile
|
||||
sed -i 's|^#LZO_SUPPORT = 1|LZO_SUPPORT = 1|' Makefile
|
||||
|
||||
make ${makejobs} || return 1
|
||||
make ${makejobs}
|
||||
}
|
||||
|
||||
do_install()
|
||||
{
|
||||
cd ${wrksrc}/${pkgname} || return 1
|
||||
|
||||
cd ${wrksrc}/${pkgname}
|
||||
install -d ${DESTDIR}/usr/bin
|
||||
install -m755 {mk,un}squashfs ${DESTDIR}/usr/bin
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue