wok diff aufs-utils/receipt @ rev 21259

updated libmowgli and libmowgli-dev (2.0.0 -> 2.1.3)
author Hans-G?nter Theisgen
date Fri Apr 12 11:33:57 2019 +0100 (2019-04-12)
parents 11b5e93cb5f2
children 9af0e03b8ad0
line diff
     1.1 --- a/aufs-utils/receipt	Tue Jul 05 15:34:01 2016 +0300
     1.2 +++ b/aufs-utils/receipt	Fri Apr 12 11:33:57 2019 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="aufs-utils"
     1.7 -VERSION="20130311"
     1.8 +VERSION="20150122"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="The aufs utils."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -9,7 +9,7 @@
    1.13  WEB_SITE="http://aufs.sourceforge.net/"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WGET_URL="git|git://aufs.git.sourceforge.net/gitroot/aufs/aufs-util.git"
    1.16 -BRANCH="origin/aufs3.0"
    1.17 +BRANCH="origin/aufs3.14"
    1.18  
    1.19  DEPENDS="aufs"
    1.20  BUILD_DEPENDS="git linux-module-headers aufs"
    1.21 @@ -18,7 +18,7 @@
    1.22  compile_rules()
    1.23  {
    1.24  	KERNEL_VERSION=$(. $WOK/linux/receipt; echo $VERSION)
    1.25 -	sed -i 's|.*AUFS_XINO_TRUNC_|// &|' c2tmac.c
    1.26 +	//sed -i 's|.*AUFS_XINO_TRUNC_|// &|' c2tmac.c
    1.27  	sed -i 's/-m 644 -T/-m 644/' Makefile
    1.28  
    1.29  	make &&