wok view aufs/receipt @ rev 20200

aufs: move kernel module to linux*-aufs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 12 17:29:20 2018 +0100 (2018-02-12)
parents d5f9f516b706
children b9679b3a0de2
line source
1 # SliTaz package receipt.
3 PACKAGE="aufs"
4 VERSION="20130311"
5 CATEGORY="base-system"
6 SHORT_DESC="aufs3 kernel module"
7 MAINTAINER="godane@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://aufs.sf.net/"
11 DEPENDS="linux-aufs"
12 BUILD_DEPENDS="linux-module-headers git xz"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 install -D -o root -m 0644 $src/include/linux/aufs_type.h \
18 $fs/usr/include/linux/aufs_type.h
19 }