wok view mdadm/receipt @ rev 20587

gcompris, gtk-vnc: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 15 13:24:14 2018 +0100 (2018-12-15)
parents e71e1d4832ac
children 079d56df3a6d
line source
1 # SliTaz package receipt.
3 PACKAGE="mdadm"
4 VERSION="3.3.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="Software RAID tools"
7 MAINTAINER="b1+slitaz@nagel.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WEB_SITE="https://www.kernel.org/pub/linux/utils/raid/mdadm/ANNOUNCE"
11 WGET_URL="https://www.kernel.org/pub/linux/utils/raid/mdadm/$TARBALL"
13 BUILD_DEPENDS="wget"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 make mdadm
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp -a $src/mdadm $fs/usr/bin
26 }