wok view aufs-utils/receipt @ rev 21259

updated libmowgli and libmowgli-dev (2.0.0 -> 2.1.3)
author Hans-G?nter Theisgen
date Fri Apr 12 11:33:57 2019 +0100 (2019-04-12)
parents 11b5e93cb5f2
children 9af0e03b8ad0
line source
1 # SliTaz package receipt.
3 PACKAGE="aufs-utils"
4 VERSION="20150122"
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 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="git|git://aufs.git.sourceforge.net/gitroot/aufs/aufs-util.git"
12 BRANCH="origin/aufs3.14"
14 DEPENDS="aufs"
15 BUILD_DEPENDS="git linux-module-headers aufs"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 KERNEL_VERSION=$(. $WOK/linux/receipt; echo $VERSION)
21 //sed -i 's|.*AUFS_XINO_TRUNC_|// &|' c2tmac.c
22 sed -i 's/-m 644 -T/-m 644/' Makefile
24 make &&
25 make DESTDIR=$DESTDIR install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr
32 cp -a $install/sbin $fs
33 cp -a $install/usr/bin $fs/usr
34 }