wok-6.x diff squashfs/receipt @ rev 17080
ncmpcpp/receipt, remind/receipt, tiptop/receipt, tmux-mem-cpu-load/receipt: update user config file
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Aug 24 21:21:42 2014 +0200 (2014-08-24) |
parents | 051931e905b0 |
children | 432d327b4c99 |
line diff
1.1 --- a/squashfs/receipt Fri Dec 06 10:39:07 2013 +0000 1.2 +++ b/squashfs/receipt Sun Aug 24 21:21:42 2014 +0200 1.3 @@ -10,8 +10,8 @@ 1.4 TARBALL="squashfs$VERSION.tar.gz" 1.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.6 1.7 -DEPENDS="zlib liblzma linux-squashfs" 1.8 -BUILD_DEPENDS="zlib-dev attr-dev liblzma-dev" 1.9 +DEPENDS="zlib liblzma linux-squashfs lzo" 1.10 +BUILD_DEPENDS="zlib-dev attr-dev liblzma-dev lzo-dev" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 @@ -19,6 +19,7 @@ 1.15 cd $src 1.16 cd $src/squashfs-tools 1.17 sed -i 's|#XZ_SUPPORT = 1|XZ_SUPPORT = 1|g' Makefile 1.18 + sed -i 's|#LZO_SUPPORT = 1|LZO_SUPPORT = 1|g' Makefile 1.19 mkdir -p $DESTDIR/usr/sbin $DESTDIR/sbin 1.20 make || return 1 1.21 cp -a mksquashfs $DESTDIR/usr/sbin