wok annotate mdadm/receipt @ rev 17654

Up: diffutils 3.3
author Alexander Medvedev <devl547@gmail.com>
date Sat Feb 14 22:41:11 2015 +0000 (2015-02-14)
parents 3765f181a6d5
children 86790a278e70
rev   line source
Bill@1024 1 # SliTaz package receipt.
Bill@1024 2
Bill@1024 3 PACKAGE="mdadm"
pascal@17554 4 VERSION="3.3.2"
Bill@1024 5 CATEGORY="system-tools"
Bill@1024 6 SHORT_DESC="Software RAID tools"
b1+slitaz@1802 7 MAINTAINER="b1+slitaz@nagel.org"
pascal@15584 8 LICENSE="GPL2"
pascal@17554 9 TARBALL="$PACKAGE-$VERSION.tar.xz"
pascal@15137 10 WEB_SITE="http://www.kernel.org/pub/linux/utils/raid/mdadm/ANNOUNCE"
pascal@17554 11 WGET_URL="https://www.kernel.org/pub/linux/utils/raid/mdadm/$TARBALL"
Bill@1024 12
pascal@17554 13 BUILD_DEPENDS="wget"
pascal@15112 14
Bill@1024 15 # Rules to configure and make the package.
Bill@1024 16 compile_rules()
Bill@1024 17 {
Bill@1024 18 make mdadm
Bill@1024 19 }
Bill@1024 20
Bill@1024 21 # Rules to gen a SliTaz package suitable for Tazpkg.
Bill@1024 22 genpkg_rules()
Bill@1024 23 {
Bill@1024 24 mkdir -p $fs/usr/bin
Bill@1024 25 cp -a $src/mdadm $fs/usr/bin
Bill@1024 26 }