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

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents 41860cbdf043
children 09da1b04efaa
line source
1 # SliTaz package receipt v2.
3 PACKAGE="aufs-utils"
4 VERSION="20180705"
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.x-rcN"
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 make &&
23 make DESTDIR=$install install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="aufs"
29 }