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

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents d958fec46c9f
children d5aab818505e
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="pankso@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=$DESTDIR install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="aufs"
29 }