wok-4.x view aufs-utils/receipt @ rev 12477

Up openssl 1.1.1n (bump packages curl, git, wget, python), up cherokee 1.2.104 and bdeps (automake, openldap, cyrus-sasl)
author Stanislas Leduc <shann@slitaz.org>
date Sun Apr 02 14:34:44 2023 +0000 (14 months ago)
parents 7a0a615d3b4a
children
line source
1 # SliTaz package receipt.
3 PACKAGE="aufs-utils"
4 VERSION="20110214"
5 CATEGORY="system-tools"
6 SHORT_DESC="The aufs utils."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://aufs.sourceforge.net/"
10 #WGET_URL="git|http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-util.git"
11 WGET_URL="http://mirror.slitaz.org/sources/packages-4.0/a/$TARBALL"
12 BRANCH="origin/aufs2.1"
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=`grep ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'`
21 cd $src
22 sed -i 's/-m 644 -T/-m 644/' Makefile
23 make &&
24 make DESTDIR=$PWD/_pkg install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr
31 cp -a $_pkg/sbin $fs
32 cp -a $_pkg/usr/bin $fs/usr
33 }