wok-next diff aufs/receipt @ rev 20892

linux: up (4.17.7)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 20 01:20:51 2018 +0300 (2018-07-20)
parents efd5fe5db61e
children d5aab818505e
line diff
     1.1 --- a/aufs/receipt	Wed Feb 21 22:09:42 2018 +0200
     1.2 +++ b/aufs/receipt	Fri Jul 20 01:20:51 2018 +0300
     1.3 @@ -1,25 +1,27 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="aufs"
     1.7 -VERSION="a9aa303"	# AUFS_VERSION 4.14-20171216
     1.8 +VERSION="4.17-20180716"
     1.9 +COMMIT="076999e"
    1.10  EXTRAVERSION="_$kvers"
    1.11  CATEGORY="base-system"
    1.12 -SHORT_DESC="The Linux Kernel 4.14 aufs module"
    1.13 +SHORT_DESC="The Linux Kernel ${VERSION%-*} aufs module"
    1.14  MAINTAINER="godane@slitaz.org"
    1.15  LICENSE="GPL2"
    1.16  WEB_SITE="http://aufs.sourceforge.net/"
    1.17  HOST_ARCH="i486 x86_64"
    1.18  
    1.19  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.20 -WGET_URL="https://github.com/sfjro/aufs4-standalone/archive/$VERSION.tar.gz"
    1.21 +WGET_URL="https://github.com/sfjro/aufs4-standalone/archive/$COMMIT.tar.gz"
    1.22  
    1.23  BUILD_DEPENDS="linux-module-headers xz"
    1.24  SIBLINGS="linux64-aufs"
    1.25  
    1.26  # How to update:
    1.27  # 1. Go to https://github.com/sfjro/aufs4-standalone/
    1.28 -# 2. Select "aufs4.14" for the Linux Kernel-4.14.x in the "Branch:" dropdown
    1.29 -# 3. Copy 7 hex digits after the "Latest commit": it's $VERSION
    1.30 +# 2. Select "aufs4.17" for the Linux Kernel-4.17.x in the "Branch:" dropdown
    1.31 +# 3. Copy 7 hex digits after the "Latest commit": it's $COMMIT
    1.32 +# 4. Copy AUFS_VERSION value from the updated file include/uapi/linux/aufs_type.h
    1.33  
    1.34  compile_rules() {
    1.35  	sed -i.orig \
    1.36 @@ -46,10 +48,9 @@
    1.37  	make -j 1 KDIR=/usr/src/linux || return 1
    1.38  	xz -f fs/aufs/aufs.ko
    1.39  
    1.40 -	mkdir -p $install/lib/modules/${kvers}-slitaz/kernel/fs/aufs
    1.41 -	install -o root -m 0644 $src/fs/aufs/aufs.ko.xz \
    1.42 +	install -Dm0644 fs/aufs/aufs.ko.xz \
    1.43  		$install/lib/modules/${kvers}-slitaz/kernel/fs/aufs/aufs.ko.xz
    1.44 -	install -D -o root -m 0644 $src/include/uapi/linux/aufs_type.h \
    1.45 +	install -Dm0644 include/uapi/linux/aufs_type.h \
    1.46  		$install/usr/include/uapi/linux/aufs_type.h
    1.47  }
    1.48