wok view mdadm/receipt @ rev 18380

nginx-extras: update (b)deps
author Yuri Pourre <yuripourre@gmail.com>
date Thu Sep 17 18:12:30 2015 -0300 (2015-09-17)
parents 3765f181a6d5
children 86790a278e70
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="http://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 }