wok-next view aufs-utils/receipt @ rev 21389

updated octave (4.0.0 -> 5.2.0)
author Hans-G?nter Theisgen
date Fri Apr 17 15:23:40 2020 +0100 (2020-04-17)
parents 70ce448add91
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="aufs-utils"
4 VERSION="20181119"
5 CATEGORY="system-tools"
6 SHORT_DESC="The aufs utils."
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://aufs.sourceforge.net/"
10 REPOLOGY="aufs-util"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="git|git://git.code.sf.net/p/aufs/aufs-util"
14 BRANCH="aufs4.14"
16 BUILD_DEPENDS="git linux-module-headers aufs coreutils-operations"
17 # coreutils-operations for 'install -T' in Makefile
19 compile_rules() {
20 KERNEL_VERSION=$(. $WOK/linux/receipt; echo $VERSION)
22 ln -s /usr/include/uapi/linux/aufs_type.h /usr/include/linux/aufs_type.h
23 # sed -i 's|linux/aufs_type.h|uapi/linux/aufs_type.h|' ver.c
25 make &&
26 make DESTDIR=$install install
27 }
29 genpkg_rules() {
30 copy @std
31 DEPENDS="aufs"
32 }