From 08cc222f3c5a595526ec2d18078b2f376bcd4d06 Mon Sep 17 00:00:00 2001 From: piernov Date: Sun, 4 Mar 2012 13:25:23 +0000 Subject: squashfs 4.2-1 màj port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- squashfs/.md5sum.i686 | 2 +- squashfs/.md5sum.x86_64 | 2 +- squashfs/Pkgfile | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'squashfs') diff --git a/squashfs/.md5sum.i686 b/squashfs/.md5sum.i686 index 11a79bf38..df751a21f 100644 --- a/squashfs/.md5sum.i686 +++ b/squashfs/.md5sum.i686 @@ -1 +1 @@ -8e1b2b96f5d5f3fe48fef226ae8cd341 squashfs4.1.tar.gz +1b7a781fb4cf8938842279bd3e8ee852 squashfs4.2.tar.gz diff --git a/squashfs/.md5sum.x86_64 b/squashfs/.md5sum.x86_64 index 11a79bf38..df751a21f 100644 --- a/squashfs/.md5sum.x86_64 +++ b/squashfs/.md5sum.x86_64 @@ -1 +1 @@ -8e1b2b96f5d5f3fe48fef226ae8cd341 squashfs4.1.tar.gz +1b7a781fb4cf8938842279bd3e8ee852 squashfs4.2.tar.gz diff --git a/squashfs/Pkgfile b/squashfs/Pkgfile index df03e1505..ae5a2a57c 100644 --- a/squashfs/Pkgfile +++ b/squashfs/Pkgfile @@ -4,14 +4,14 @@ # Packager: guy_ name=squashfs -version=4.1 +version=4.2 release=1 source=(http://downloads.sourceforge.net/project/$name/$name/$name$version/$name$version.tar.gz) build() { cd $name$version/squashfs-tools -# sed -i 's|^#XZ_SUPPORT = 1|XZ_SUPPORT = 1|' Makefile -# sed -i 's|^#LZO_SUPPORT = 1|LZO_SUPPORT = 1|' Makefile + sed -i 's|^#XZ_SUPPORT = 1|XZ_SUPPORT = 1|' Makefile + sed -i 's|^#LZO_SUPPORT = 1|LZO_SUPPORT = 1|' Makefile make mkdir -p $PKG/bin make INSTALL_DIR=$PKG/bin install -- cgit v1.2.3-54-g00ecf