wok view mdadm/receipt @ rev 23083

liblrdf: new WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 10 18:03:04 2020 +0100 (2020-03-10)
parents 86790a278e70
children 3e9a9990c985
line source
1 # SliTaz package receipt.
3 PACKAGE="mdadm"
4 VERSION="4.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Software RAID tools"
7 MAINTAINER="b1+slitaz@nagel.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.kernel.org/pub/linux/utils/raid/mdadm/ANNOUNCE"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="https://www.kernel.org/pub/linux/utils/raid/mdadm/$TARBALL"
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make mdadm
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/mdadm $fs/usr/bin
27 }