wok annotate 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
rev   line source
pankso@4309 1 # SliTaz package receipt.
pankso@4309 2
pankso@4309 3 PACKAGE="aufs-utils"
pascal@20265 4 VERSION="20150122"
pankso@4309 5 CATEGORY="system-tools"
pankso@4309 6 SHORT_DESC="The aufs utils."
pankso@4309 7 MAINTAINER="pankso@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
al@19275 9 WEB_SITE="http://aufs.sourceforge.net/"
pankso@9814 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@14183 11 WGET_URL="git|git://aufs.git.sourceforge.net/gitroot/aufs/aufs-util.git"
pascal@20265 12 BRANCH="origin/aufs3.14"
pankso@9814 13
pankso@9814 14 DEPENDS="aufs"
pascal@10449 15 BUILD_DEPENDS="git linux-module-headers aufs"
pankso@9814 16
pankso@4309 17 # Rules to configure and make the package.
pankso@4309 18 compile_rules()
pankso@4309 19 {
al@19275 20 KERNEL_VERSION=$(. $WOK/linux/receipt; echo $VERSION)
pascal@20265 21 //sed -i 's|.*AUFS_XINO_TRUNC_|// &|' c2tmac.c
pascal@5065 22 sed -i 's/-m 644 -T/-m 644/' Makefile
al@19275 23
al@19269 24 make &&
pascal@14182 25 make DESTDIR=$DESTDIR install
pankso@4309 26 }
pankso@4309 27
pankso@4309 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@4309 29 genpkg_rules()
pankso@4309 30 {
pankso@4309 31 mkdir -p $fs/usr
pascal@14182 32 cp -a $install/sbin $fs
pascal@14182 33 cp -a $install/usr/bin $fs/usr
pankso@4309 34 }